SkillAgentSearch skills...

Audio2text

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

Install / Use

/learn @victorqribeiro/Audio2text
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks10

Languages

JavaScript

Security Score

75/100

Audited on Mar 18, 2025

No findings