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
I used the command line above to split wav and txt files within and outside of 1 minute with a max duration of 30 seconds. The result I expect is wav(1), txt(1), wav(2), txt(2), which creates a Textgrid. What method should I use to accomplish what I want?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
mfa segment_vad [OPTIONS] CORPUS_DIRECTORY OUTPUT_DIRECTORY
I used the command line above to split wav and txt files within and outside of 1 minute with a max duration of 30 seconds. The result I expect is wav(1), txt(1), wav(2), txt(2), which creates a Textgrid. What method should I use to accomplish what I want?
Beta Was this translation helpful? Give feedback.
All reactions