Convert mp3 audio to text with Puppeteer/Chrome/SpeechRecognition.
Install with npm:
npm install convert-audio-to-text
Prepare: set BlackHole to input/output of Audio.
CHROME_PATH=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome ./bin/convert-audio-to-text.js ./debug/input.wav
- Set BlackHole to input/output of Audio via JXA
- Use stable audio player instead of
- Detect end of audio, but playing continuous
- Add position to log
HH:MM:SS: ~
See Releases page.
Install devDependencies and Run npm test
:
npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT © azu