.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
README.md
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/pip.yml
.github/workflows/wheels.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/python_example.rst
g722_1_mod.egg-info/PKG-INFO
g722_1_mod.egg-info/SOURCES.txt
g722_1_mod.egg-info/dependency_links.txt
g722_1_mod.egg-info/not-zip-safe
g722_1_mod.egg-info/requires.txt
g722_1_mod.egg-info/top_level.txt
src/main.cpp
src/au/au_header.c
src/au/au_header.h
src/au/endianess_t.c
src/au/endianess_t.h
src/au/wav_header.c
src/au/wav_header.h
src/common/basop32.c
src/common/basop32.h
src/common/common.c
src/common/count.c
src/common/count.h
src/common/defs.h
src/common/huff_def.h
src/common/huff_tab.c
src/common/huff_tab.h
src/common/tables.c
src/common/tables.h
src/common/typedef.h
src/encode/dct4_a.c
src/encode/dct4_a.h
src/encode/encode.c
src/encode/encoder.c
src/encode/sam2coef.c
tests/test.py