Search code examples
linuxterminalspeechsoxaudacity

Find each word in audio files


I have watches a way of doing this with audacity by using sound finder option. But since audacity is only gui it cannot be used with terminal commands. So is there a program that does the same work but in command interface like sox for example.


Solution

  • sox input.wav slice.wav silence 1 1.0 2% 1 3.0 2% : newfile : restart