opus/dnn/torch/osce/README.md
Jan Buethe 4f4b624209
fix
Signed-off-by: Jan Buethe <jbuethe@amazon.de>
2023-09-12 16:28:58 +02:00

387 B

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