Subject: Re: audiorecord, then what?
To: Paul Hoffman <phoffman@proper.com>
From: None <rmcm@compsoft.com.au>
List: netbsd-users
Date: 11/29/2001 20:02:51
I use the following as part of script to copy black-vinyl to CD + mp3

  audiorecord -e linear -P 16 -p line -s 44100 -t 1800 -v 240 -c 2 side-1.wav
  ...  split side-#.wav into track-#.wav
  lame -h -m s track-1.wav track-1.mp3 
  ...

Paul Hoffman writes:
 > Greetings again. I want to use my NetBSD 1.5.1 system to record 
 > speech from cassette tape (not CD) and turn it into MP3s. My PC has a 
 > SoundBlaster card that shows up just fine. I use the audiorecord 
 > program to record from /dev/audio0 to a file.
 > 
 > The audiorecord man page says "The output file will contain a 
 > Sun/NeXT audio header." Which of the many MP3 programs in pkgsrc can 
 > handle this kind of file? What arguments do I need for those programs 
 > to say "this is a Sun/NeXT audio file"?
 > 
 > --Paul Hoffman

-- 
Rex McMaster