similar to: ogg123/libao needs to factor non support for mono in i810 driver

Displaying 20 results from an estimated 3000 matches similar to: "ogg123/libao needs to factor non support for mono in i810 driver"

2000 Jul 09
0
libao: Cross-platform audio for ogg123
Kenneth mentioned he wanted a cross-platform audio library to use for ogg123. So, I've spent the last week hacking up the libao from ac3dec that someone suggested earlier. It bears little resemblance to the old code, but now does what I want. libao now supports OSS and WAV file output, with the infrastructure in place to expand further. There are Solaris and IRIX drivers that I inherited
2001 Jul 23
0
libao: ogg123 branch ready
A branch of ogg123 is in CVS now which you can use to test the libao prerelease. Because of the way I did the branch, checkout is a little screwy (as Monty once said: "Know thy tools!"). (I am assuming here that you already have CVSROOT set correctly.) cvs co vorbis-tools # Notice there is no tag here! cd vorbis-tools/ogg123 cvs update -r volsung_20010721 Or, if you already have
2002 Feb 04
2
ext3 and chattr +S on postfix spools
Postfix <http://www.postfix.org> does a chattr +S on its spool directory when it is installed on Linux. This is what is written in the postfix startup script -- # # LINUX by default does not synchronously update directories - # that's dangerous for mail. # if [ -f /usr/bin/chattr ] then CHATTR="/usr/bin/chattr +S" else CHATTR=echo fi -- Is this still required on ext3 ?
2002 Jan 30
1
Should fs_passno in /etc/fstab be always set to 0
That seems to be the indication given by this webpage http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html However, default install of Redhat 7.2 setsup fs_passno(6th field of /etc/fstab) as 2 which asks you if you want to run fsck after an unclean shutdown The question is, is fsck required after an unclean shutdown or should one just rely on journal replay. What does fsck do when it sees an
2000 Dec 21
1
ssh 2.3.0p1 does not seem to fallback protocol from 2 to 1
Hi, I have the following line in $HOME/.ssh/config Protocol 2,1 I run OpenSSH 2.3.0p1 on my RH 7.0 box running 2.2.18. I am trying to ssh into a FreeBSD 4.2-stable box which runs OpenSSH 2.2.0. The account I am trying to ssh into has two files in $HOME/.ssh authorized_keys and authorized_key2 which contains RSA and DSA keys respectively. >From my RH 7.0 machine, I do the following ssh -v
2002 Nov 15
1
workaround for 'hang on exit' bug does not seem to work
Hi, I am using Redhat 7.3 which comes with openssh 3.1p1. I am running an antivirus software called vexira on this server. It starts of 2 daemon processes in the background. Whenever I stop/start these daemons in an ssh session, it hangs. I added "shopt -s huponexit" (without the quotes) in /etc/bashrc, but the hangs still occur. Any advice on this would be appreciated Regards, Yusuf
2000 Oct 29
0
libao and ogg123 news
libao now has dynamic plugin support. ogg123 now builds with libao. they are both happy and smiley. please try it out, this should cease the bitching :) also, there is no more default device in ao. my opinion is that the calling app should keep track of default device, probably in an rc file or something. i'm open to suggestions. also, the solaris and the irix driver don't currently
2000 Jul 10
0
libao/ogg123 update: ESD (fwd)
------- Forwarded Message Return-Path: owner-vorbis-dev@xiph.org Delivery-Date: Mon Jul 10 01:38:16 2000 Delivered-To: xiphmont@localhost.xiph.org Received: from localhost (localhost [127.0.0.1]) by bloopfish.xiph.org (Postfix) with ESMTP id 1A4A48882F for <xiphmont@localhost>; Mon, 10 Jul 2000 01:38:15 -0700 (PDT) Delivered-To: xiphmont@xiph.org Received: from xiph.org
2001 Aug 20
1
[tytso@mit.edu: Re: Your ext2 optimisation for readdir+stat]
I asked Ted about his patch for ext3 and ext2 and this is his response. I am not sure if his post will reach lkml since it's sent to vger.rutgers.edu IMHO, With the amount of work Andrew has done to make ext3 usable for MTA applications, Ted's work would make ext3 even better for MTA apps sinc both Postfix/qmail use 'find' in their control-scripts and queue statistics program
2002 Feb 08
1
If the .journal file is marked 'immutable' how is data written to it
man chattr mentions the following [on RH 7.2] A file with the `i' attribute cannot be modified: it cannot be deleted or renamed, no link can be created to this file and no data can be written to the file. Only the superuser can set or clear this attribute The .journal file has the following properties ---i-d------- ../.journal As such, I am confused as to how data to the journal can
2001 Nov 26
1
Re: VFS bug in 2.4.10+ which applies ulimits to block devices
On Mon, Nov 26, 2001 at 10:00:39PM +0800, Yusuf Goolamabbas wrote: > Hi Andrea, The following is a thread on ext3-users in which sct mentions > that this is due to a core VFS bug introduced in 2.4.10 which applies > ulimits to block devices. Maybe this could be due to some interaction > with your blockdevice in pagecache > > I don't know if you already have a fix in your
2001 Aug 03
1
Howto create hidden journal on / fs
Hi, I installed RH 7.1/e2fsprogs 1.22 and util-linux 2.11f on a box with a 3ware 6200 and 2 20GB IDE drives and then installed 2.4.7 and ext3 0.9.5 I unmounted all the filesystems except / and did a tune2fs -i 0 -c 0 -j <device> on all the remaining filesystems This created a journal with a hidden file. >From what I recollect, doing a tune2fs on a mounted fs creates .journal file. I
2000 Aug 05
1
Making UseLogin yes requires a valid reverse DNS enty
Hi, I am using openssh 2.1.1pl4 on a Linux 2.2.16 box [RH 6.1 distribution], I was confused as to why when I telnet into that box, I get /usr/local/bin in my PATH but when I ssh into my box, /usr/local/bin is not in my PATH I modified /etc/ssh/sshd_config to have UseLogin yes and then when I try to ssh into that box, I couldn't. ssh -v showed the following debug: Requesting shell. debug:
2004 Jul 14
1
Anybody using a UMEM MM5415 NVRAM card for external journal on 2.6
Hi, I was wondering if anybody was using a UMEM <http://www.umem.com/> NVRAM card [the MM5415 family] as an external journal for ext3. According to the help text in 2.6.7 config, it doesn't have a major number assigned so it chooses one dynamically. It suggests to use 'devfs' (which I thought was deprecated in 2.6.x) or look in /proc/devices. I was wondering if anybody was using
2005 Nov 18
2
x windows and i810 chipset
I have an i810 chipset and am trying to set a custom mode. X is not taking that mode. Has anyone else run into this situation? How do I get X to take the mode on an i810 driver. Jerry
2001 Aug 31
3
mp3-wav-cd-audio &quot;acoustically equivalent&quot; to wav-cd-audio ?
A friend of mine made the following comment in a discussion I had with him that on a website we adminster we should offer a) WAV or maybe shorten files b) Ogg as a decent reference lossy encoded version He's been trying to convince me that we should offer MP3 (in lieu of WAV) and possibly Ogg. The audio files are primarily vocals I am not a physics guy but his statements don't
2006 Apr 24
3
Faster Sound Files
I'd like to increase the speed of the Asterisk sound files. Miss Alison talks a bit slow. I can use sox to increase the speed, but then the pitch changes and she starts to sound like a chipmunk. Any audio experts out there know how I can increase the speed a little bit, and change the pitch accordingly so that she sounds ... normal? Thanks Doug.
2008 May 02
1
How to use perl bindings for dtrace on macosx leopard ?
According to this page, http://www.apple.com/macosx/technology/unix.html In addition, Java, Ruby, Python, and Perl have been extended to support DTrace, providing unprecedented access for monitoring the performance characteristics of those languages. When I do dtrace -l | grep -i perl on MacOSX 10.5.2. I don''t see any perl providers so I am not sure how I could monitor perl scripts via
2001 Apr 13
4
bug? ogg123 and mono files
hello, I try to listen to the stream at http://ogg.radiostudio.org:8007/ostream.ogg with ogg123, it's a 44100/mono stream. It sounds to me like a mono file played as a stereo file. there are very often silent drop outs and the music is pitched. is this a bug in ogg123? I changed to stereo encoding and know it's better (normal pitch without silence), but I have klicks/scratches in
2013 Jan 17
1
libao problem (Re: [alsa-devel] No dmix/dsnoop on Intel ICH4/5 by default?)
On 16-01-13 21:52, Clemens Ladisch wrote: > Rene Herman wrote: >> I'm out of touch of with alsa -- but should dmix/dsnoop still be >> enabled by default on hardware that doesn't do hardware mixing? > > Yes. > >> I believe that it should be from /usr/share/alsa/cards/ICH4.conf, >> but I don't get mixing on this setup when using the