Hi

Does anybody success to use M-AUDIO Fast Track Pro for audio capturing and playing?


I had installed ASLA-driver , lib and utility referring this page. http://www.alsa-project.org/alsa-doc/doc-php/template.php?module=usb- audio


At first, alsamixer can not be controlled.
# alsamixer
No mixer elems found

Perhaps, Fast Track Pro has no controllable element, thus which must be adjusted by front panel knobs.


2nd, playing audio file(***.wav), it works well. It's very clear sound :)

3rd, recording sounds is not works.
 arecord xxx.wav
ALSA lib pcm_hw.c:1155:(snd_pcm_hw_open) open /dev/snd/pcmC0D0c failed: (there is not such as file or directory)<-Japanese message
arecord: main:544: audio open error:

Certainly, /etc/init.d/alsasound does not makes devices in /dev/snd/ pcmC0D0c
# pwd
/dev/snd
# ls
controlC0  midiC0D0  pcmC0D0p  pcmC0D1c  pcmC0D1p  seq  timer

Accordingly, I made a link for pcmC0D1c as pcmC0D0c , and executed arecord:
# arecord -f cd xxx.wav
it has sccessed.

Finally, I executed another audio application( PortAudio). Playing has no problem , but recording is not work. It figure out that aplay and play(OSS) command only use /dev/dsp as READ_ONLY mode. arecord use /dev/snd/pcmC0D0c thouth rec(OSS) command or Portaudio use /dev/dsp.


Does anybody know how to set default sound device to /dev/dsp on Fast Track Pro?


My Environmrnt is:;
Linux 2.6.9-11.ELsmp
ALSA Version 1.0.10

P.S.
SB Audigy2 NX was success to use on PortAudio with ALSA, but it is NOT clear sound.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to