mirror of
https://github.com/xiph/opus.git
synced 2025-05-17 17:08:29 +00:00
.. | ||
data | ||
engine | ||
losses | ||
models | ||
utils | ||
adv_train_model.py | ||
adv_train_vocoder.py | ||
make_default_setup.py | ||
README.md | ||
requirements.txt | ||
test_model.py | ||
test_vocoder.py | ||
train_model.py | ||
train_vocoder.py |
Opus Speech Coding Enhancement
This folder hosts models for enhancing Opus SILK. See related Opus repo https://gitlab.xiph.org/xiph/opus/-/tree/exp-neural-silk-enhancement for feature generation.
Environment setup
The code is tested with python 3.11. Conda setup is done via
conda create -n osce python=3.11
conda activate osce
python -m pip install -r requirements.txt