Furry wrote: 
> Edit(1): I was able to create an output audio file, but when I play it
> (using VLC) it is silent.  I used:  arecord -D hw:CARD=Device -f cd
> >/home/out.flac

Arecord works in PCM - so file output is either raw or wav and not flac.
Also not using stdout means "-v" can be used, so I'd use the following
(in theory the "-t wav" is not necessary but to be sure) 


Code:
--------------------
    
  arecord -v -D hw:CARD=Device -f cd -t wav output.wav
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109495

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to