Python Convert Recorded Audio To Text | Python Speech Recognition

preview_player
Показать описание
Join Free Programming Courses:

In this Python video i want to show you how to Convert Recorded Audio To Text, basically we are using Python Speech Recognition for this video.Speech Recognition is a library for performing speech recognition, with support for several engines and APIs, online and offline. in this article also we are using Google Speech Recognition API, for installation process you can check the first  article

Get the source code:

Affiliates - My Best Programming Books in Python :

Python Crash Course, 2nd Edition

Best Book On Django - Django 3.0 By Example

Django for APIs: Build web APIs with Python and Django

#Python#SpeechRecognition#PythonTutorial
Рекомендации по теме
Комментарии
Автор

I was finding this topic and you uploaded the video.
Thanks so much.

AniketKumar-bmgi
Автор

Running fine, but it only ever processes the first few words. Is there some limitation on the size of the wav file that can be used ?

stephenbartlett
Автор

почему программа переводит не весь файл в текст, а только начало? Как указать длительность файла которую надо перевести в текст?

why does the program not translate the entire file into text, but only the beginning? How do I specify the length of the file to translate into text?

rvdxdnp
Автор

it worked for small files what about a 10 mint audio file

sohaib_recitor
Автор

Traceback (most recent call last):
File "to.py", line 32, in <module>
main()
File "to.py", line 11, in main
with sr.AudioFile(sound) as source:
AttributeError: module 'speech_recognition' has no attribute 'AudioFile'

dbotocy
Автор

Thank you Sir.Pls do tell how to convert audio to hindi language.Can we use video also?

dinsejal
Автор

How can I do the same with large size and large number of files ?

shrutisharma
Автор

could you please make a video on speaker diarization ?

preetiverma
Автор

Hi there, I got this error "FLAC conversion utility not available - consider installing the FLAC command line application by running `apt-get install flac` or your operating system's equivalent"
what to do?

hpnguyen
Автор

Thanks a lot...it was much helpful...could you please help me by letting know how to extract multiple wav files in a single excel

nikitam.k.
Автор

it is giving an error, that either file is currupted or not in right format, i just copy and paste your program

roshansingh
Автор

I want to convert audio to text but with punctuation. Can someone help me?

revathysarma
Автор

This only dose a few words not the whole file like you would expect ?

STONEDSOLDIER
Автор

Hello its giving error name 'main' is not defined. Did you mean: 'min'?

vivianchinwennamdi
Автор

Error was coming
Module not founded error : no module named 'speech_ recognition'
Solution please

auh
Автор

Is this free? Or do I need google billing account or google api key? Please answer me.

topdatainminute
Автор

how to make app with multilanguage (mostly from india) speech to text?

yogeshjadhav
Автор

how can i save text into wav formate file

keshav_Pandit-
Автор

I'm getting error as
'_name_' is not defined
Please help.. 🙏🙏

Garv_Khatkar