
I found out there are thousands of audio/video transcribe apps in the App Store, however they are either way too expensive or have a poor transcription engine behind. On the other hand, Apple itself started to provide its built-in speech-to-text API since iOS10. Therefore I started to think about building an audio/video transcription iOS App with Apple's own speech-to-text API.
It wasn't an easy task since Apple's Speech Framework has a lot of constraints (e.g. media length must be <=60s for each request). So I had to implement a lot of custom logics and enhancements to make it work on various types of video files. After around half a year, I released this App, which is called Flash Transcribe, to the iOS App Store.
Below are the highlights of my App:
Here's the download link: https://apps.apple.com/us/app/id1610898677, appreciate any comments and suggestions!