Skip to content

jakob-stoeck/speechToText

Repository files navigation

That’s what she said

With That’s What She Said you can read the text of any voice message or audio file you receive.

View on App Store

Build and run

Run ./INSTALL-COCOAPODS. You will be asked for a Google Cloud Speech API Key.

How it works on the user end

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:

iOS action

The transcribed text is shown after a few seconds as a notification:

iOS action

Supported Apps

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:

  • WhatsApp
  • 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.

Privacy

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.

Releases

No releases published

Packages

No packages published