Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 632 Bytes

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';