Skip to content

shinobizero/audio_transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

audio_transcriber

Transcodes audio files to text, supports MP3, M4A, WAV, MP4, MKV, MPG, MPEG & AVI Does File Conversion & Audio Extraction. No Online API's. Python 3

For big files the program will crash if you don't split the file, it splits automatically by default

Install prequisites

To run the app you need several things installed:

Python 3
the module pydub
the module optparse
the module filetype
the module tqdm
the program ffmpeg
the module SpeechRecognition

You can install the Python modules with pip.

Linux: ffmpeg can be installed with your package manager (apt-get, emerge, yum, pacman)

Windows: follow the instructions at https://www.wikihow.com/Install-FFmpeg-on-Windows and add it to your PATH

About

Transcodes audio & video files to text, supports MP3, M4A, WAV, MP4, MKV, AVI, MPG & MPEG. No Online API's. Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages