Skip to content

The project involves converting mp3 file to wav and breaking the wav audio into chunks and analyzing the audio chunks using Google's API. The transcript is stored in a transcript.txt file based on these chunks.

Notifications You must be signed in to change notification settings

f20180127/Speech-to-text-basic-transcriptor

Repository files navigation

Speech-to-text-basic-transcriptor

The project involves converting mp3 file to wav and breaking the wav audio into chunks, storing them in a CHUNKS folder and analyzing the audio chunks using Google's recognize API.

The transcript is stored in a transcript.txt file based on these chunks.

Please install the following libraries using pip install <library_name> :-

  1. pydub
  2. librosa
  3. SpeechRecognition

About

The project involves converting mp3 file to wav and breaking the wav audio into chunks and analyzing the audio chunks using Google's API. The transcript is stored in a transcript.txt file based on these chunks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages