| PLEX86 | ||
|
Recording streaming audio 4933
I've tried to use the arecord command as suggested by zentara to capture a RealAudio stream that I was listening to on a website but I can't get it to work. 1. Used alsamixer in the "All" view to set both the "Line" and "Capture" devices to "Capture" at the 100% level. 2. Started RealPlayer10 to listen to an audio stream from a website at 32 kbps. 3. Used the command Recording streaming audio 4934 On Tue, 04 Oct 2005 18:39:45 +0000, spike1 This is the approach I have used for some time, though this command format is a slight change from older versions of mplayer. Generally the... arecord -f S16LE -c1 -r 44100 -t wav -d 45 -D hw:0,0 lame +%d%b%y%H%M%S`.mp3 That immediately wrote a 1Kb mp3 file which has nothing in it (according to Audacity) and produced the following text message: help with bash script Hello, I have 2 problems on suse 9.3 and I'm not experienced enough to be able to solve the problems myself: 1) I need a (bash preferably) script which can delete all sub-directories... Recording WAVE 'stdout' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono arecord: setparams:862: Channels count non available CPU features: MMX (ASM used), SSE, SSE2 Using polyphase lowpbutt filter, transition band: 16538 Hz - 17071 Hz Encoding as 44.1 kHz 64 kbps single-ch MPEG-1 Layer III (11x) qval=3 4. Then used the command arecord -f cd -t wav -d 45 -D +%d%b%y%H%M%S`.mp3 After 45 seconds, that wrote a 705 Kb mp3 file which again had no sound in it and produced the following text output: Recording WAVE 'stdout' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo CPU features: MMX (ASM used), SSE, SSE2 Using polyphase lowpbutt filter, transition band: 17249 Hz - 17782 Hz Encoding as 44.1 kHz 128 kbps stereo MPEG-1 Layer III (11x) qval=3 5. Then used the command arecord -f cd -t wav -d 45 -D hw:0,0 capture.wav which after 45 sec wrote a 7752 Kb wav file which again had no sound in it and produced the following text output: Recording WAVE 'capture.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo What am I doing wrong? Robert P.S. I'm using an i686 Dell 2300 (Celeron 1.7 GHz, 512 MB RAM) with the AD1981A chip on an Intel 82801DB-ICH4 soundcard (integrated in the mobo), Xandros 3 (a Debian variant) with kernel 2.6.9, RealPlayer10 v.10.0.4.750 (gold), alsamixer v.1.0.8.
|
||||