PyQt5 Audio To Text Converter With Speech Recognition Library

preview_player
Показать описание
in this video iam going to show how you can create and Audio To Text Converter in PyQt5 using Speech Recognition library, in this video without PyQt5 you need to SpeechRecognition API that you can simply install through pip This is Google Speech Recognition Engine

pip install SpeechRecognition

Source Code:
Рекомендации по теме
Комментарии
Автор

Source code is missing. The specified website is not working.

dariuszn.
Автор

How can we implement the same for live audio?

ronnienayak
Автор

How can I use the Microphone instead of recorded file?

ghadamustafa
Автор

not running
every time it shows :
python has stopped working properly- close the app

quamar
Автор

How to use speech recognition offline?

AniketKumar-bmgi
Автор

i want speech recognition speech to text for my media player can you help me in this? Media player bulid in python

sameerahmed
Автор

how do I add my sound to be converted what if I had hundreds of files I wanted to convert can you help me with either of the questions?

zzz
Автор

Can you please provide offline speech to text calculator with full program.

Carrymehnati
Автор

can you please provide me source code for this

pratiksawant
Автор

Fuck!
Traceback (most recent call last):
File "E:\audiotest\wave.py", line 46, in convertAudio
r = sr.Recognizer()
AttributeError: module 'speech_recognition' has no attribute 'Recognizer'

andrey_sharp