marianne-m / brouhaha-vad

Predicts the level of noise and reverberation on your audiofiles
MIT License
138 stars 24 forks source link

No output is produced #10

Closed FredrikKarlssonSpeech closed 1 year ago

FredrikKarlssonSpeech commented 1 year ago

As far as I can tell, no output is produced by the current script. Only the directories.

 % find out
out
out/.DS_Store
out/c50
out/rttm_files
out/detailed_snr_labels

I saw no installation errors so everything looked ok.

marianne-m commented 1 year ago

Hi ! Did you specify the right audiofile extension with the --ext option ? If your audiofiles are in subdirectories, you need to use the --recursive option.

I hope this helps !

MarvinLvn commented 1 year ago

Maybe, we can throw an error when no audio file has been found? (and suggest the user to use the --ext parameter or the --recursive flag)