Questions tagged [hint-phrases]

3 questions
4
votes
1 answer

How can I give some hint phrases to OpenAI's Whisper ASR?

I use OpenAI's Whisper python lib for speech recognition. How can I give some hint phrases, as it can be done with some other ASR such as Google? To transcribe with OpenAI's Whisper (tested on Ubuntu 20.04 x64 LTS with an Nvidia GeForce RTX…
3
votes
1 answer

Google Cloud Speech API word Hints

Can you give and example of using word hints in Google cloud speech API. I try to use Rest API executor for brook.flac. I input phrase Brooklin (instead of Brooklyn) but the result is the same. Does they works at all?
Pavel Popov
  • 31
  • 2
  • 3
1
vote
1 answer

Custom phrases/words are ignored by Google Speech-To-Text

I am using python3 to transcribe an audio file with Google speech-to-text via the provided python packages (google-speech). There is an option to define custom phrases which should be used for transcription as stated in the docs:…