Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Speech Recognition
#1
i want to implement speech recognition system but i don't know how to extract voice feature in python. please help.
Reply
#2
check out this speech recognition library.

It supports following engines.
Quote:CMU Sphinx (works offline)
Google Speech Recognition
Google Cloud Speech API
Wit.ai
Microsoft Bing Voice Recognition
Houndify API
IBM Speech to Text

If you want to use some other engine/API then you can use Pyaudio to record audio, save it and send it over for recognition.
Reply
#3
Was looking for something similar. Thanks!
Reply
#4
Is there any speech recognition API for Hindi language?
Reply
#5
(Sep-25-2017, 02:35 AM)rajeev1729 Wrote: Is there any speech recognition API for Hindi language?

I didn't find any speech recognition, but you can get google
to speak 'Hindi' from a text string.
Install google TTS:

https://pypi.python.org/pypi/gTTS

Change language to 'hi-IN' for Hindi locale:
https://cloud.google.com/speech/docs/languages
Reply
#6
(Sep-25-2017, 02:35 AM)rajeev1729 Wrote: Is there any speech recognition API for Hindi language?

Google Speech API supports Hindi.(never used myself)

https://cloud.google.com/speech/docs/languages
Quote:हिन्दी (भारत) hi-IN Hindi (India)

Another one is wit.ai
Reply
#7
There seems to be a project on github. I don't know anything about it,
other than it's existance. URL: https://github.com/jigneshjain25/Isolate...ecognition

Also, some IEEE papers here: http://ieeexplore.ieee.org/document/7860...eload=true
Reply
#8
https://drive.google.com/file/d/0B_vS8-m...sp=sharing that my code plz correct this
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Speech Recognition with timestamps DeanAseraf1 3 6,587 Jun-27-2021, 06:58 PM
Last Post: gh_ad
  Continous Speech Recognition dell91 0 1,829 Oct-29-2020, 10:51 AM
Last Post: dell91
  text to speech Heyjoe 11 6,808 Jul-02-2020, 01:32 AM
Last Post: Heyjoe
  Googles Text to speech justindiaz7474 0 1,661 May-06-2020, 02:04 AM
Last Post: justindiaz7474
  Python Speech recognition, word by word AceScottie 6 15,999 Apr-12-2020, 09:50 AM
Last Post: vinayakdhage
  Simulation of Text to speech (without using mic) to Voice recognition suported hardwa Helloworld20 2 2,225 Apr-08-2020, 02:13 AM
Last Post: Helloworld20
  Python Speech Engines? Robo_Pi 2 2,099 Mar-12-2020, 02:46 PM
Last Post: Robo_Pi
  Speech Recognition Ash23733 1 8,613 Dec-12-2018, 10:00 PM
Last Post: nilamo
  Need Help With Text to Speech App Lethe 0 1,982 Oct-24-2018, 10:03 PM
Last Post: Lethe
  [split] Offline audio to text (Speech Recognition) Nishant260190 0 3,929 Sep-02-2018, 12:33 PM
Last Post: Nishant260190

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020