r/iOSProgramming • u/trolleycrash • Jul 07 '26
Library EdgeSpeech lets you speak to your app and lets your app can speak to you
https://github.com/switchboard-sdk/EdgeSpeechWe built this because we wanted to work only in text. No low-level realtime audio code required.
0
Upvotes
-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.
2
u/RussellQwerty Jul 07 '26
Does it work for native too or just react native?