Skip to content

blundell/VoiceToTextExample

Repository files navigation

File Speech to Text with Google Cloud Speech API

How to use Google Cloud's Speech API to convert an audio recording of someone speaking to text in Android. We'll use Kotlin the Google Speech client for best results.

Code Example for blog:

Record your own file, or move the given file hello_world.awb into the emulator file tree.

Go straight to the code