Greetings from Russia!

What's the common way to record sound directly from playing
soundcard into file on HDD ?

I've tried to do such thing with my ens1371 and alsa drivers 0.5.10:

1. unmute PCM, Master and Line groups by AMIXER, set appropriate sound
volume and set Capture to Line group, double check settings with
ALSAMIXER and permissions to devices, all OK

2. on the console_1 run 'mikmod' with music in modular
format(it,xm,s3m,mod,stm and so on):

#mikmod sound.mod

everything fine..playing

3. while the music started,switch to console_2 and run:

#dd bs=8k count=60 < /dev/dsp > sound

catching 60sec of sound (I thought) from /dev/dsp..

trying to read data from sound device into raw file and then convert
it with help of SOX into .wav and further with LAME or BLADEENC into
.mp3

dd makes file 'sound' but SOX refused to convert it even with AUTO
option, command
#cat sound > /dev/dsp
produce noises..

I understand that I must specify 'dd' options before recording or use
some other device..

What's wrong?
Are there another way of recording? Alsa-HOWTO says too liltle about
recording..
-
Best regards,
Dan [EMAIL PROTECTED]



_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to