Archive

Posts Tagged ‘audio’

Linux: Create audio CD from the commane line

11 September 2011 Leave a comment

Creating CDs nowadays is not as popular as it used to be, but sometimes it is inevitable. For example, your uncle requests a CD to listen while driving. His car is a 15-year old behemoth that hasn’t heard of MP3.

Well, after converting your MP3s to WAVs, for example using mpg321 –wav, use the following command to create an audio CD:

cdrecord -pad -v dev=ATA:1,2,0 -dao speed=0 *.wav

Replace dev with the appropriate device in your system, quite possibly /dev/cdrom.

Enjoy!

Categories: Uncategorized Tags: , , ,

Convert flac to mp3

6 January 2010 Leave a comment

It is impossible to write what I want in this wordpress darned thing, so I have posted it on Google’s blogger services instead.

var-log.blogspot.com/2010/01/convert-flac-to-mp3.html

Categories: Uncategorized Tags: , , , ,