[Alsa-user] Musix 0.59: new version

2006-09-12 Thread Marcos Guglielmetti
Download: Musix 0.59b18 http://www.musix.org.ar/en/download.html =Known problems in 0.59b15= These bugs were into Musix 0.59b15 from september 9 2006, the new version Musix 0.59b18 solves them. * If after installation the sound card is not correctly configured in each system boot, is necessar

Re: [Alsa-user] ESI U46DJ

2006-09-12 Thread Lee Revell
On Tue, 2006-09-12 at 20:51 +0200, Lukas Zapletal wrote: > Hello, > > do this external USB soundcard work in ALSA? I cannot find any "ESI" > soundcard in the supported cards matrix. > > http://www.esi-pro.com/viewProduct.php?pid=60 > > I want to purchase this one. I need full support. Thanks in

[Alsa-user] ESI U46DJ

2006-09-12 Thread Lukas Zapletal
Hello, do this external USB soundcard work in ALSA? I cannot find any "ESI" soundcard in the supported cards matrix. http://www.esi-pro.com/viewProduct.php?pid=60 I want to purchase this one. I need full support. Thanks in advance for any info. -- Lukas Zapletal http://lukas.zapletalovi.com -

Re: [Alsa-user] Sound quality with SB Live 5.1

2006-09-12 Thread Arthur Marsh
aluizio-neto wrote, On 2006-09-12 22:25: > I`m new here and I`m sorry if this topic has already been exposed, the > problem is: > > I use my SB Live (live line in) to radio broadcasting and the live input > audio is very distorced. > >I use the alsa drivers with Fedora Core 5. What can I do? I

Re: [Alsa-user] Sound quality with SB Live 5.1

2006-09-12 Thread Dominique Dumont
"aluizio-neto" <[EMAIL PROTECTED]> writes: > I use my SB Live (live line in) to radio broadcasting and the live > input audio is very distorced. I use the alsa drivers with Fedora > Core 5. What can I do? I realy need a clean sound. In Windows it > sounds great but is not stable enought for a radi

Re: [Alsa-user] call for help: owners of M-Audio Revolution 5.1 cards

2006-09-12 Thread Sergei Steshenko
On Tue, 12 Sep 2006 08:43:09 +0100 Jochen Voss <[EMAIL PROTECTED]> wrote: > Hello Sergei, > > On Tue, Sep 12, 2006 at 08:30:25AM +0300, Sergei Steshenko wrote: > > I have 7.1, not 5.1, and there are no capture volumes, just the playback > > ones. > > > > There is no HW ADC gain control on 7.1.

[Alsa-user] Sound quality with SB Live 5.1

2006-09-12 Thread aluizio-neto
I`m new here and I`m sorry if this topic has already been exposed, the problem is: I use my SB Live (live line in) to radio broadcasting and the live input audio is very distorced. I use the alsa drivers with Fedora Core 5. What can I do? I realy need a clean sound. In Windows it sounds great b

Re: [Alsa-user] call for help: owners of M-Audio Revolution 5.1 cards

2006-09-12 Thread Jochen Voss
Hello Sergei, On Tue, Sep 12, 2006 at 08:30:25AM +0300, Sergei Steshenko wrote: > I have 7.1, not 5.1, and there are no capture volumes, just the playback ones. > > There is no HW ADC gain control on 7.1. > > [...] > > Or 5.1. is indeed more advanced ? The 5.1 has a different ADC than the 7.1,

[Alsa-user] Help req rgd ALSA configuration scripts

2006-09-12 Thread Vishwas P S
Hi,   Could somebody pl help me in ths regard. I would like to know why alsa.conf, asoundrc etc are required and are they useful in ALSA-native and OSS emulation modes. Can a simple system without spl features work without asoundrc or is it absolutely required? Where can I find these scripts and e

[Alsa-user] Non-blocking device parameters reading

2006-09-12 Thread Yury Aliaev
Hi all! I'm currently writing ALSA driver for one program. My wish is to read abilities of the particular sound device and allow one to choose among the allowable for the device. So my code attempt is following: if (snd_pcm_open(&(d->soundfd), d->device, SND_PCM_STREAM_PLAYBACK, 0) < 0) {