Enno Hermann
6a52c8a855
fix(bin): log to stdout in cli tools, unless pipe_out is set
...
This way the outputs are available for further downstream processing, e.g. with
grep. For TTS/bin/synthesize.py, if --pipe_out is set, log to stderr because
then only the output audio stream should be on stdout, e.g. to pipe it to aplay.
2024-12-17 11:38:39 +01:00
Enno Hermann
77722cb0dd
fix(bin.synthesize): correctly handle boolean arguments
...
Previously, e.g. `--use_cuda false` would actually set use_cuda=True:
https://github.com/coqui-ai/TTS/discussions/3762
2024-05-31 08:39:32 +02:00
Enno Hermann
7dc5d1eb3d
fix: logging in executables
2024-04-03 15:19:45 +02:00
Eren Gölge
9b5822d625
Update VAD for silence trimming. ( #2604 )
...
* Update vad for mp3 and fault tolerance
* Make style
* Remove importt
* Remove stupid defaults
2023-05-11 11:09:23 +02:00
Eren Gölge
5a9bda13f3
Make style
2023-04-13 14:19:06 +02:00
Eren G??lge
537dc0e933
Update VAD
2023-04-13 00:39:46 +02:00
Eren Gölge
5f5d441ee5
Write non-speech files in a TXT ( #2048 )
...
* Write non-speech files in a txt
* Save 16-bit wav out of vad
2022-10-06 13:25:54 +02:00
Edresson Casanova
3435bc8fca
Fix style tests
2022-03-23 15:05:32 -03:00
Edresson Casanova
ea53d6feb3
Replace webrtcvad by silero-vad
2022-03-23 14:39:31 -03:00
Eren Gölge
704dddcffa
Make style
2021-12-20 11:54:10 +00:00
Edresson
352aa69eca
Create a module for the VAD script
2021-12-20 11:54:10 +00:00
WeberJulian
e995a63bd6
fix linter
2021-12-20 11:54:10 +00:00
WeberJulian
1472b6df49
make style
2021-12-20 11:54:10 +00:00
Edresson
10ff90d6d2
Add remove silence VAD script
2021-12-20 11:54:10 +00:00