Is there a command-line tool for transcribing audio files? Usage would be something like this: ```bash java -jar ./transcriber.jar --language=en-us ./my-audio-file.mp3 > transcript.txt ```