mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-24 12:19:31 +01:00
* Set n_jobs to 1 for resample script
* Delete resample test
* Set n_jobs 1 in vad test
* delete vad test
* Revert "Delete resample test"
This reverts commit bb7c8466af.
* Remove tests with resample
8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
set -e
|
|
TF_CPP_MIN_LOG_LEVEL=3
|
|
|
|
# runtime bash based tests
|
|
# TODO: move these to python
|
|
./tests/bash_tests/test_demo_server.sh && \
|
|
./tests/bash_tests/test_compute_statistics.sh
|