NAME

audiocdmaker - Make audio CD from audio files

The resulting CD will have his track in the same order than the arguments.

SYNOPSIS

 audiocdmaker [--help] --device device --speed speed file1 [file2 [...]]

 --device: CD Burner device
 --speed : Speed of burning

 example:
   audiocdmaker --device /dev/cdrom-hdc --speed 20 tr1.mp3 tr2.ogg tr3.wav

DESCRIPTION

audiocdmaker Burns an audio CD from audio Ogg Vorbis, MPEG III and Wav files.

PROGRAMS USED

To do the conversions, this program uses the following linux programs:

  • mpg321, tested with version 0.2.10

  • oggdec, tested with version 1.0.1

To prepare tracks and burn, this program uses:

  • sox, tested with version 12.17.9

  • normalize, tested with version 0.7.6

To burn, this program uses:

  • cdrecord, tested with version 2.01.01

SEE ALSO

Audio::ConvTools

AUTHOR

Michael Hooreman <mhooreman at skynet.be>

BUGS

Please report any bugs or feature requests to bug-audioconv-tools at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Audio-ConvTools. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Audio::ConvTools

COPYRIGHT & LICENSE

Copyright 2006 Michael Hooreman, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.