[LAU] vinyl import to FLAC
Roger
gurusonic at gmail.com
Mon Jan 11 18:16:14 EST 2010
Martin Horn wrote:
> Hi All,
>
> I want to rip a bunch of vinyls to FLAC. I first tried Audacity but
> when I change the interface to my Audio 4 DJ in preferences Audacity
> gets killed. Can anybody help or suggest another recording device?
> Also when recording with the built-in Sound Recorder (UbuntuStudio
> Karmic) and then trying to open (import) the files with Audacity just
> does nothing (although the Movie Player plays the files correctly.
>
> Thanks for any ideas!
> Martin
> ------------------------------------------------------------------------
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>
A very useful utility for splitting vinyl recordings is wavbreaker. It
detects silence points and allows you to set a marker at split points.
For bulk conversion of wav to flac, this command string works well:
$ find . -name "*wav" -exec flac -5 {} \;
Roger
More information about the Linux-audio-user
mailing list