audio-transcribe icon indicating copy to clipboard operation
audio-transcribe copied to clipboard

Script to transcribe audio files.

Results 3 audio-transcribe issues
Sort by recently updated
recently updated
newest added

Running 'speech.py softkitty.wav' (or mp3 etc) crashes: speech.py softkitty.wav Failed to get binary data. Traceback (most recent call last): File "/usr/local/bin/speech.py", line 26, in size_of_audio = os.path.getsize(fileName) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py", line...

While running script thrown "FileNotFoundError: [WinError 2] The system cannot find the file specified: 'softkitty.flac'" Then I figured out that "pacpl --overwrite -t flac ..." subprocess is not working because...