With That’s What She Said you can read the text of any voice message or audio file you receive.
Run ./INSTALL-COCOAPODS
. You will be asked for a Google Cloud Speech API Key.
You need to send the voice message you have to an iOS action. Depending on the app this opens behind a button called "Share", "Forward" or "Export". Often it’s also the Apple share symbol.
If you tap on it, the iOS actions open where you can choose That’s What She Said:
The transcribed text is shown after a few seconds as a notification:
Most apps should word since it only needs to support iOS actions. Those appear usually if you tap on "Share", "Forward" or "Export". I tried it succesfully with:
- Telegram
- Voice Memos
One notable exception is the Apple Messages app. I couldn’t find any way to share or export a voice message in this app.
Depending on the audio format voice is either sent directly to Google’s (for Opus and Flac) Speech Recognition service or Apple’s (all other audio formats). No other data is transmitted or stored.