gitextract_5181guli/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── README.md ├── convert.py ├── decoder.h ├── encodec.cpp ├── encodec.h ├── encoder.h ├── examples/ │ ├── CMakeLists.txt │ ├── README.md │ ├── common.cpp │ ├── common.h │ ├── compress/ │ │ ├── CMakeLists.txt │ │ └── main.cpp │ ├── decompress/ │ │ ├── CMakeLists.txt │ │ └── main.cpp │ ├── dr_wav.h │ ├── json.hpp │ └── main/ │ ├── CMakeLists.txt │ └── main.cpp ├── lstm.h ├── ops.cpp ├── ops.h ├── quantizer.h └── utils.h