Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-28 Thread Takashi Iwai
At Sun, 27 Apr 2008 02:38:06 +0300, Sergei Steshenko wrote: > > On Sat, 26 Apr 2008 10:10:46 +0200 > Takashi Iwai <[EMAIL PROTECTED]> wrote: > > > At Fri, 25 Apr 2008 20:45:03 +0300, > > Sergei Steshenko wrote: > > > > > > On Fri, 25 Apr 2008 16:23:06 +0200 > > > Takashi Iwai <[EMAIL PROTECTED]>

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-26 Thread Sergei Steshenko
On Sat, 26 Apr 2008 10:10:46 +0200 Takashi Iwai <[EMAIL PROTECTED]> wrote: > At Fri, 25 Apr 2008 20:45:03 +0300, > Sergei Steshenko wrote: > > > > On Fri, 25 Apr 2008 16:23:06 +0200 > > Takashi Iwai <[EMAIL PROTECTED]> wrote: > > > > > At Fri, 25 Apr 2008 16:19:38 +0200, > > > I wrote: > > > >

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-26 Thread Paolo Saggese
On Friday 25 April 2008 16:23, Takashi Iwai wrote: > > Or "speexrate". This is usually much faster. mmmh... on current Debian stable (Etch) ALSA is at 1.0.13 and it looks like "speexrate" is not available. :( Thus, I've tried to backport all the alsa stuff (libasound2*, alsa-*, etc) from unsta

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-26 Thread Takashi Iwai
At Fri, 25 Apr 2008 20:45:03 +0300, Sergei Steshenko wrote: > > On Fri, 25 Apr 2008 16:23:06 +0200 > Takashi Iwai <[EMAIL PROTECTED]> wrote: > > > At Fri, 25 Apr 2008 16:19:38 +0200, > > I wrote: > > > > > > At Thu, 27 Mar 2008 01:58:50 +0100, > > > Rene Herman wrote: > > > > > > > > On 26-03-0

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-25 Thread Sergei Steshenko
On Fri, 25 Apr 2008 16:23:06 +0200 Takashi Iwai <[EMAIL PROTECTED]> wrote: > At Fri, 25 Apr 2008 16:19:38 +0200, > I wrote: > > > > At Thu, 27 Mar 2008 01:58:50 +0100, > > Rene Herman wrote: > > > > > > On 26-03-08 23:57, Bill Unruh wrote: > > > > > > > On Wed, 26 Mar 2008, Helge Fredriksen wro

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-25 Thread Takashi Iwai
At Fri, 25 Apr 2008 16:19:38 +0200, I wrote: > > At Thu, 27 Mar 2008 01:58:50 +0100, > Rene Herman wrote: > > > > On 26-03-08 23:57, Bill Unruh wrote: > > > > > On Wed, 26 Mar 2008, Helge Fredriksen wrote: > > > > > >> Ok, here's what I found out: > > >> > > >> Since these cards seem to lack th

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-25 Thread Takashi Iwai
At Wed, 26 Mar 2008 18:29:18 -0700 (PDT), Bill Unruh wrote: > > On Thu, 27 Mar 2008, Rene Herman wrote: > > > On 26-03-08 23:57, Bill Unruh wrote: > > > >> On Wed, 26 Mar 2008, Helge Fredriksen wrote: > >> > >> > Ok, here's what I found out: > >> > > >> > Since these cards seem to lack the s

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-04-25 Thread Takashi Iwai
At Thu, 27 Mar 2008 01:58:50 +0100, Rene Herman wrote: > > On 26-03-08 23:57, Bill Unruh wrote: > > > On Wed, 26 Mar 2008, Helge Fredriksen wrote: > > > >> Ok, here's what I found out: > >> > >> Since these cards seem to lack the support for doing frequency conversion > >> in > >> HW, you simpl

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Rene Herman
On 26-03-08 23:57, Bill Unruh wrote: > On Wed, 26 Mar 2008, Helge Fredriksen wrote: > >> Ok, here's what I found out: >> >> Since these cards seem to lack the support for doing frequency conversion in >> HW, you simply need to use the alsa plugin >> plughw instead of hw when referring to the card

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Bill Unruh
On Thu, 27 Mar 2008, Rene Herman wrote: > On 26-03-08 23:57, Bill Unruh wrote: > >> On Wed, 26 Mar 2008, Helge Fredriksen wrote: >> >> > Ok, here's what I found out: >> > >> > Since these cards seem to lack the support for doing frequency >> > conversion in >> > HW, you simply need to use

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread stan
Helge Fredriksen wrote: > Ok, here's what I found out: > > Since these cards seem to lack the support for doing frequency > conversion in HW, you simply need to use the alsa plugin > plughw instead of hw when referring to the card: > > arecord -Dplughw:0 test.wav > aplay -Dplughw:0 test.wav > > T

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Bill Unruh
On Wed, 26 Mar 2008, Helge Fredriksen wrote: > Ok, here's what I found out: > > Since these cards seem to lack the support for doing frequency conversion in > HW, you simply need to use the alsa plugin > plughw instead of hw when referring to the card: > > arecord -Dplughw:0 test.wav > aplay -Dpl

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Helge Fredriksen
Ok, here's what I found out: Since these cards seem to lack the support for doing frequency conversion in HW, you simply need to use the alsa plugin plughw instead of hw when referring to the card: arecord -Dplughw:0 test.wav aplay -Dplughw:0 test.wav Then alsa do the conversion for you... Stra

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-25 Thread Helge Fredriksen
I'm getting this output with the -v option, any suggestion based on it? PS: I'm sitting on an Ubuntu 7.10 box. aplay -v target.wav Playing WAVE 'target.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono Plug PCM: Rate conversion PCM (48000, sformat=S16_LE) Its setup is: stream : PLAYB

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-19 Thread Darrell Bellerive
Helge Please document what ever you do and post it here. There are others with these cards who would also like to read configuration how-to's. Darrell On Wednesday 19 March 2008 03:29, Helge Fredriksen wrote: > I just bought a couple of MAudio cards to test out (Revolution 5.1 and > Audiophile

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-19 Thread Clemens Ladisch
Helge Fredriksen wrote: > I just bought a couple of MAudio cards to test out (Revolution 5.1 and > Audiophile 2496). I'm trying to test the sound using arecord and aplay, but > no matter which format I choose I get the message: > > aplay: set_params:900: Sample format non available Use "aplay -v s

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-19 Thread Helge Fredriksen
On Wed, Mar 19, 2008 at 11:34 AM, Julien Claassen <[EMAIL PROTECTED]> wrote: > Hi! > I suppose the best way to start might be to create some pcm-device in > your > .asoundrc or asound.conf. Ouch, have tried to dig into the asound configuration a couple of times, but had little success underst

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-19 Thread Julien Claassen
Hi! I suppose the best way to start might be to create some pcm-device in your .asoundrc or asound.conf. There you know exactly how many channels you have. Only other thing _I_ can imagine might help is: startup alsamixer, see how many playback channels you have, look for the setting of

[Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-19 Thread Helge Fredriksen
Hello! I just bought a couple of MAudio cards to test out (Revolution 5.1 and Audiophile 2496). I'm trying to test the sound using arecord and aplay, but no matter which format I choose I get the message: aplay: set_params:900: Sample format non available Best regards, Helge Fredriksen -