Skip to content

victorqribeiro/audio2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio2text

This is a very simple script that converts audio files to text.

pt-br

Warning: the video is in PT-BR.

About

After attending a couple of lectures I thought in recording them and then processing it into text, so I wrote this simple script that allows me to do that. It's not perfect, of course, but it's a proof of concept. I did the whole experiment in PT-BR, but you can try and change it to EN by altering the code on main.js to:

/* insert your language code here */
recognition.lang = 'en-US';

About

Converting audio files to text using Google Chrome's speech API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published