You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I used the Rhasspy-silence framework for removing silence from one audio and its chucks are making in the split folder with 0.wav, 1.wav and etc with the below command:
How I should remove silence from multiple wav files in a directory and the split folder keeps all chucks related to all audio files like this:
first_audio_1.wav, first_audio_2.wav, ...
second_audio_1.wav, second_audio_2.wav,...
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I used the Rhasspy-silence framework for removing silence from one audio and its chucks are making in the split folder with 0.wav, 1.wav and etc with the below command:
sox /home/AudioFiles/first_audio.wav -t raw - | bin/rhasspy-silence --quiet --split-dir splits --trim-silence
How I should remove silence from multiple wav files in a directory and the split folder keeps all chucks related to all audio files like this:
first_audio_1.wav, first_audio_2.wav, ...
second_audio_1.wav, second_audio_2.wav,...
Thanks
The text was updated successfully, but these errors were encountered: