Closed SargamMenghani closed 5 years ago
Thanks for the PR! It was definitely a missing part of this repo.
Since soundfile.read
can read other formats than wav, should it be named just transcribe.py
?
Yes, thanks for the suggestion! I have changed the filename to transcribe.py
Thank you! I've made some cosmetic changes in the CLI before merging, to require the user to specify the model file and allow them to supply multiple FLAC files.
Please execuse the bunch of commits ended up listed above from my mismangement of the git tree😓
This is just a modification to the evaluate.py script so that we can directly transcribe a given wav file without running through the evaluation part.