CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
examples/passthrough.py
examples/stream.py
pyFLAC.egg-info/PKG-INFO
pyFLAC.egg-info/SOURCES.txt
pyFLAC.egg-info/dependency_links.txt
pyFLAC.egg-info/entry_points.txt
pyFLAC.egg-info/requires.txt
pyFLAC.egg-info/top_level.txt
pyflac/__init__.py
pyflac/__main__.py
pyflac/decoder.py
pyflac/encoder.py
pyflac/builder/build_args.py
pyflac/builder/decoder.py
pyflac/builder/encoder.py
pyflac/include/FLAC/export.h
pyflac/include/FLAC/format.h
pyflac/include/FLAC/ordinals.h
pyflac/include/FLAC/stream_decoder.h
pyflac/include/FLAC/stream_encoder.h
pyflac/libraries/LICENSE
pyflac/libraries/darwin-arm64/libFLAC.8.dylib
pyflac/libraries/darwin-x86_64/libFLAC.8.dylib
pyflac/libraries/linux-arm64/libFLAC-8.3.0.so
pyflac/libraries/linux-x86_64/libFLAC-8.3.0.so
pyflac/libraries/raspbian-armv6z/libFLAC-8.3.0.so
pyflac/libraries/raspbian-armv7a/libFLAC-8.3.0.so
pyflac/libraries/windows-i686/FLAC-8.lib
pyflac/libraries/windows-i686/libFLAC-8.dll
pyflac/libraries/windows-x86_64/FLAC-8.lib
pyflac/libraries/windows-x86_64/libFLAC-8.dll
tests/__init__.py
tests/test_decoder.py
tests/test_encoder.py
tests/data/8bit.flac
tests/data/mono.flac
tests/data/mono.wav
tests/data/stereo.flac
tests/data/stereo.wav
tests/data/surround.flac
tests/data/surround.wav