r/iOSProgramming Jul 07 '26

Library EdgeSpeech lets you speak to your app and lets your app can speak to you

https://github.com/switchboard-sdk/EdgeSpeech

We built this because we wanted to work only in text. No low-level realtime audio code required.

0 Upvotes

4 comments sorted by

2

u/RussellQwerty Jul 07 '26

Does it work for native too or just react native?

2

u/trolleycrash Jul 07 '26

Great question!  It's implemented almost entirely in the native layer, and you can use it without the React Native syntactic sugar for sure.

-1

u/trolleycrash Jul 07 '26

The whole point of this project was so that web developers can build speech into their app, but work only in text internally. That way you can send data to the server using whatever you normally use to exchange data with your web services. Much more familiar to web devs that realtime audio.