Skip to content

speechmatics/expo-real-time-transcription

Repository files navigation

Speechmatics real-time transcription with Expo

Sample project showcasing Speechmatics real-time speech to text within an Expo project.

This is an Expo project created with create-expo-app.

Notes

This project uses a native module @speechmatics/expo-two-way-audio to capture microphone data, so it cannot be used with Expo Go.

Depending on your use case, you may prefer to use a different library for audio capture. Any library that allows capturing either 16 or 32 bit PCM data will work just as well.

Get started

  1. Install dependencies

    npm install
  2. Start the app

    npm run ios

    or

    npm run android

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

About

Example project using Speechmatics real-time ASR within Expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published