You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
#
|
|
# vosk can also output JSON that includes the timing of each individual
|
|
# detected WORD!
|
|
# NOTE: I had an error when I did this and needed to PATCH some PYTHON code in VOSK
|
|
# see VOSKPATCH.TXT
|
|
|
|
vosk-transcriber -l en-us -i w25mia60.wav -t json -o w25mia60.json
|
|
|