Converts the response from Google Cloud's Speech to text v1 service into SRT format
- Go to the deployed version
- Copy the text generated by Google's Speech to text service into the upper text box.
- Click convert.
- Now you may be able to copy or download the resulting SRT
- Install library
npm i gstt-to-srt-converter
- Import the function
const gstt = require('gstt-to-srt-converter')
- Invoke the function with the Google's STT restulr as the only argument
gstt.convertGSTTToSRT(string);
Since this is a tiny project we don't have strict rules about contributions. Just open a Pull Request to fix any of the project issues or any improvement you have percieved on your own. Any contributions which improve or fix the project will be accepted as long as they don't deviate too much from the project objectives. If you have doubts about whether the PR would be accepted or not you can open an issue before coding to ask for my opinion