Questions tagged [speech-recognition]

includes technologies and methodologies for the recognition and translation of spoken language into text.

50 questions
3
votes
1 answer

How can I redirect input from a TV to my Pi, then send output back to the TV for automatic captioning?

I've been searching around the subject for a while, and haven't found any substantial track yet. My aim is to build a Speech-to-Text converter that would be used to generate and display live captions on the fly on a tv, the exact way Youtube…
3
votes
0 answers

Why do I get "[Errno -9985] Device unavailable" when importing speech_recognition in Python?

I'm trying to implement offline speech recognition using Raspbian Stretch. I have been trying to do this using Speech Recognizer 3.8.1 in Python. The recognizer works from the command line, but when attempting to call it through Python using…
April
  • 41
  • 3
2
votes
3 answers

Raspberry Pi Offline Voice Recognition

I have been experimenting with the Raspberry Pi and creating an offline voice recognition bot to recognize the numbers 0 through 9. The software I am using to accomplish this task so far is SOPARE, however I have been less than successful (spotty…
Andrew
  • 21
  • 1
  • 2
2
votes
6 answers

Integration with Google Assistant

The idea is that Pi should listen for any commands with a hotword and respond with Google Assistant via my personal Google Account. Can anybody help in this regard.
1
vote
0 answers

using pi zero as a wireless microphone for voice recognition

I would like to be able to talk to a pi zero in one room send that audio to a Pi 3 to be interpreted there on the jasper speech recognition system and sent back to the pi zero to be executed. I would like to know if there is a way to do this…
Connor
  • 11
  • 2