B. Watson 73d1ee882a audio/mktoc: Remove template comment. 2 년 전
..
README 73d1ee882a audio/mktoc: Remove template comment. 2 년 전
lose_not_loose.diff b41383831d audio/mktoc: New maintainer, add man page. 6 년 전
mktoc.1 b41383831d audio/mktoc: New maintainer, add man page. 6 년 전
mktoc.SlackBuild 73d1ee882a audio/mktoc: Remove template comment. 2 년 전
mktoc.info d7e6e25f4f audio/mktoc: Update DEP. 3 년 전
mktoc.rst b41383831d audio/mktoc: New maintainer, add man page. 6 년 전
slack-desc 766433e723 audio/mktoc: Update homepage. 6 년 전

README

mktoc (create TOC files for audio CDs)

mktoc simplifies the steps needed to create audio CD TOC files for the
cdrdao CD burning program. For users familiar with ExactAudioCopy or
CdrWin, TOC files are synonymous with CUE sheets. The primary goal of
mktoc is to create TOC files using a previously generated CUE sheet.

Features:
* Create a TOC file from a list of WAV files
* Convert an ExactAudioCopy (EAC) CUE file to the TOC format that
is usable by cdrdao.
* Non-compliant CUE sheet support.
* Support for various pregap methods.
* Can create offset corrected WAV files for true 'bit-for-bit'
accurate copies.
* Fuzzy file name logic can correct common file name spelling
variations.
* Workaround known TOC file parsing bugs in cdrdao.

Note: mktoc can't handle .wav files that use floating point samples.
You can convert such wav files to 16-bit integer samples:
$ sox input.wav -b16 output.wav