COPYING
INSTALL
MANIFEST.in
Makefile
TODO
audiotools-config
cdda2track
cddainfo
cddaplay
coverdump
covertag
coverview
dvda2track
dvdainfo
setup.cfg
setup.py
track2cdda
track2track
trackcat
trackcmp
trackinfo
tracklength
tracklint
trackplay
trackrename
tracksplit
tracktag
trackverify
audiotools/__init__.py
audiotools/accuraterip.py
audiotools/aiff.py
audiotools/ape.py
audiotools/au.py
audiotools/cdtoc.py
audiotools/flac.py
audiotools/freedb.py
audiotools/id3.py
audiotools/id3v1.py
audiotools/image.py
audiotools/m4a.py
audiotools/m4a_atoms.py
audiotools/mp3.py
audiotools/musicbrainz.py
audiotools/ogg.py
audiotools/opus.py
audiotools/player.py
audiotools/text.py
audiotools/tta.py
audiotools/ui.py
audiotools/vorbis.py
audiotools/vorbiscomment.py
audiotools/wav.py
audiotools/wavpack.py
audiotools.egg-info/PKG-INFO
audiotools.egg-info/SOURCES.txt
audiotools.egg-info/dependency_links.txt
audiotools.egg-info/top_level.txt
audiotools/cue/__init__.py
audiotools/cue/tokrules.py
audiotools/cue/yaccrules.py
audiotools/ply/README
audiotools/ply/__init__.py
audiotools/ply/lex.py
audiotools/ply/yacc.py
audiotools/py_decoders/__init__.py
audiotools/py_decoders/alac.py
audiotools/py_decoders/flac.py
audiotools/py_decoders/shn.py
audiotools/py_decoders/tta.py
audiotools/py_decoders/wavpack.py
audiotools/py_encoders/__init__.py
audiotools/py_encoders/alac.py
audiotools/py_encoders/flac.py
audiotools/py_encoders/shn.py
audiotools/py_encoders/tta.py
audiotools/py_encoders/wavpack.py
audiotools/toc/__init__.py
audiotools/toc/tokrules.py
audiotools/toc/yaccrules.py
docs/COPYING
docs/Makefile
docs/audiotools-config.xml
docs/audiotools.cfg.xml
docs/cdda2track.xml
docs/cddainfo.xml
docs/cddaplay.xml
docs/coverdump.xml
docs/covertag.xml
docs/coverview.xml
docs/dvda2track.xml
docs/dvdainfo.xml
docs/manpagexml.py
docs/track2cdda.xml
docs/track2track.xml
docs/trackcat.xml
docs/trackcmp.xml
docs/trackinfo.xml
docs/tracklength.xml
docs/tracklint.xml
docs/trackplay.xml
docs/trackrename.xml
docs/tracksplit.xml
docs/tracktag.xml
docs/trackverify.xml
docs/programming/Makefile
docs/programming/source/audiotools.rst
docs/programming/source/audiotools_accuraterip.rst
docs/programming/source/audiotools_bitstream.rst
docs/programming/source/audiotools_cdio.rst
docs/programming/source/audiotools_cue.rst
docs/programming/source/audiotools_dvda.rst
docs/programming/source/audiotools_freedb.rst
docs/programming/source/audiotools_musicbrainz.rst
docs/programming/source/audiotools_pcm.rst
docs/programming/source/audiotools_pcmconverter.rst
docs/programming/source/audiotools_player.rst
docs/programming/source/audiotools_replaygain.rst
docs/programming/source/audiotools_toc.rst
docs/programming/source/audiotools_ui.rst
docs/programming/source/conf.py
docs/programming/source/huffman.dot
docs/programming/source/huffman.png
docs/programming/source/index.rst
docs/programming/source/metadata.rst
src/COPYING.LESSERv3
src/Makefile
src/accuraterip.c
src/accuraterip.h
src/bitstream-table.c
src/bitstream.c
src/bitstream.h
src/buffer.c
src/buffer.h
src/cdiomodule.c
src/cdiomodule.h
src/cdiomodule.h.orig
src/decoders.c
src/decoders.h
src/dither.c
src/dvdamodule.c
src/dvdamodule.h
src/encoders.c
src/encoders.h
src/framelist.c
src/framelist.h
src/func_io.c
src/func_io.h
src/huffman.c
src/huffman.h
src/mini-gmp.c
src/mini-gmp.h
src/mod_bitstream.c
src/mod_bitstream.h
src/mod_defs.h
src/mod_ogg.c
src/mod_ogg.h
src/ogg.c
src/ogg.h
src/ogg_crc.c
src/ogg_crc.h
src/output.c
src/parson.c
src/parson.h
src/pcm.c
src/pcm.h
src/pcm_conv.c
src/pcm_conv.h
src/pcmconverter.c
src/pcmconverter.h
src/pcmreader.c
src/pcmreader.h
src/read_bits_table_be.h
src/read_bits_table_le.h
src/read_unary_table_be.h
src/read_unary_table_le.h
src/replaygain.c
src/replaygain.h
src/unread_bit_table_be.h
src/unread_bit_table_le.h
src/common/flac_crc.c
src/common/flac_crc.h
src/common/m4a_atoms.c
src/common/m4a_atoms.h
src/common/md5.c
src/common/md5.h
src/common/tta_crc.c
src/common/tta_crc.h
src/decoders/NOTES.rst
src/decoders/alac.c
src/decoders/alac.h
src/decoders/alac_residual.h
src/decoders/alac_residual.json
src/decoders/flac.c
src/decoders/flac.h
src/decoders/mp3.c
src/decoders/mp3.h
src/decoders/oggflac.c
src/decoders/oggflac.h
src/decoders/opus.c
src/decoders/opus.h
src/decoders/sine.c
src/decoders/sine.h
src/decoders/tta.c
src/decoders/tta.h
src/decoders/vorbis.c
src/decoders/vorbis.h
src/decoders/wavpack.c
src/decoders/wavpack.h
src/encoders/NOTES.rst
src/encoders/alac.c
src/encoders/alac.h
src/encoders/flac.c
src/encoders/flac.h
src/encoders/mp2.c
src/encoders/mp3.c
src/encoders/opus.c
src/encoders/tta.c
src/encoders/tta.h
src/encoders/vorbis.c
src/encoders/wavpack.c
src/encoders/wavpack.h
src/output/alsa.c
src/output/alsa.h
src/output/core_audio.c
src/output/core_audio.c.orig
src/output/core_audio.h
src/output/pulseaudio.c
src/output/pulseaudio.h
src/output/sfifo.c
src/output/sfifo.h
src/samplerate/common.h
src/samplerate/fastest_coeffs.h
src/samplerate/float_cast.h
src/samplerate/high_qual_coeffs.h
src/samplerate/mid_qual_coeffs.h
src/samplerate/samplerate.c
src/samplerate/samplerate.h
src/samplerate/src_linear.c
src/samplerate/src_sinc.c
src/samplerate/src_sinc.c.orig
src/samplerate/src_zoh.c
test/01.png
test/02.png
test/03.png
test/04.png
test/05.png
test/06.png
test/07.png
test/08.png
test/09.png
test/10.png
test/11.png
test/12.png
test/13.png
test/14.png
test/15.png
test/1h.flac
test/1m.flac
test/1s.flac
test/aiff-1ch.aiff
test/aiff-2ch.aiff
test/aiff-6ch.aiff
test/aiff-8bit.aiff
test/aiff-metadata.aiff
test/aiff-misordered.aiff
test/aiff-nossnd.aiff
test/alac-allframes.m4a
test/apptest.sh
test/autotag.sh
test/bigpng.png
test/cdda_test.cue
test/cdtoc1.flac
test/cdtoc2.flac
test/error.py
test/flac-allframes.flac
test/flac-disordered.flac
test/flac-id3-2.flac
test/flac-id3.flac
test/flac-nomask1.flac
test/flac-nomask2.flac
test/flac-nomask3.flac
test/flac-nomask4.flac
test/flac-nonmd5.flac
test/flac-noseektable.flac
test/flac-seektable.flac
test/freedb_test_discid-1.cue
test/freedb_test_discid-2.cue
test/freedb_test_discid-3.cue
test/freedb_test_discid-4.cue
test/freedb_test_discid-5.cue
test/huge.bmp.bz2
test/id3-2.mp3
test/id3v1.mp3
test/id3v22.mp3
test/id3v23.mp3
test/id3v24.mp3
test/image_test_metrics-1.jpg
test/image_test_metrics-2.png
test/image_test_metrics-3.png
test/image_test_metrics-4.gif
test/image_test_metrics-5.bmp
test/image_test_metrics-6.tiff
test/imagebmp_setup.bmp
test/imagegif_setup.gif
test/imagejpeg_setup.jpg
test/imagepng_setup.png
test/imagetiff_setup.tiff
test/m4a-faac.m4a
test/m4a-faac2.m4a
test/m4a-faac3.m4a
test/m4a-itunes.m4a
test/m4a-nero.m4a
test/m4a-nero2.m4a
test/m4a-nero3.m4a
test/metadata_flac_clean.jpg
test/metadata_flac_cuesheet-1.cue
test/metadata_flac_cuesheet-2.cue
test/metadata_flac_cuesheet-3.cue
test/shorten-frames.shn
test/shorten-lpc.shn
test/silence.wv
test/sine.mp2
test/sine.mp3
test/test.cfg
test/test.py
test/test_cdrdao.py
test/test_cdrecord.py
test/test_core.py
test/test_cover1.jpg
test/test_cover2.png
test/test_cover3.jpg
test/test_cover4.png
test/test_formats.py
test/test_metadata.py
test/test_streams.py
test/test_utils.py
test/testcover.png
test/tone.flac
test/tone1.flac
test/tone2.flac
test/tone3.flac
test/tone4.flac
test/tone5.flac
test/tone6.flac
test/tone7.flac
test/tone8.flac
test/trackcat_pre_gap.cue
test/trueaudio.tta
test/wav-1ch.wav
test/wav-2ch.wav
test/wav-6ch.wav
test/wav-8bit.wav
test/wav-misordered.wav
test/wavpack-combo.wv