Spaces:
Runtime error
Runtime error
File size: 291 Bytes
12bfd03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#!/bin/bash
source path.sh
python3 ${BIN_DIR}/test.py \
--input=./test_wav \
--output=./output \
--resume_path=checkpoint/encodec_16k_320d.pth \
--sr=16000 \
--ratios 8 5 4 2 \
--target_bandwidths 1 1.5 2 4 6 12 \
--target_bw=12 \
-r
|