LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/straw/__init__.py
src/straw/standalone.py
src/straw/static.py
src/straw/straw.py
src/straw/codec/__init__.py
src/straw/codec/base.py
src/straw/codec/decoder.py
src/straw/codec/encoder.py
src/straw/compute/__init__.py
src/straw/compute/df_parallel.py
src/straw/correctors/__init__.py
src/straw/correctors/base.py
src/straw/correctors/bias.py
src/straw/correctors/decorrelator.py
src/straw/correctors/gain.py
src/straw/correctors/shift.py
src/straw/io/__init__.py
src/straw/io/base.py
src/straw/io/bitarray.py
src/straw/io/ext_io.pyx
src/straw/io/flac.py
src/straw/io/formater.py
src/straw/io/params.py
src/straw/io/sizes.py
src/straw/io/straw.py
src/straw/lpc/__init__.py
src/straw/lpc/ext_lpc.pyx
src/straw/lpc/steps.py
src/straw/lpc/wrappers.py
src/straw/rice/__init__.py
src/straw/rice/ext_rice.pyx
src/straw/rice/ricer.py
src/straw/util/__init__.py
src/straw/util/signals.py
src/straw_codec.egg-info/PKG-INFO
src/straw_codec.egg-info/SOURCES.txt
src/straw_codec.egg-info/dependency_links.txt
src/straw_codec.egg-info/entry_points.txt
src/straw_codec.egg-info/requires.txt
src/straw_codec.egg-info/top_level.txt
test/test_lpc_integrity.py
test/test_rice.py