mirror of
https://github.com/wassname/TTS.git
synced 2026-08-21 11:11:30 +08: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 bb7c8466af0832e8314ec0531290d939b2bb6565. * 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
|