EdgeSpeech: Local voice processing for React Native Synervoz released EdgeSpeech, a React Native hook for on-device AI speech processing that can be up to 99% cheaper than cloud-based speech-to-speech. The library supports iOS with Android support coming soon, and includes built-in demo credentials for immediate use without a Switchboard account. A React Native hook that provides on-device AI speech processing, completely locally. This can be up to 99% cheaper than cloud speech-to-speech. | Platform | Status | |---|---| | iOS | Supported | | Android | Coming soon | js import { EdgeSpeechProvider, useEdgeSpeech } from '@synervoz/edgespeech' function VoiceChat { const { listen, speak, onTranscriptComplete } = useEdgeSpeech onTranscriptComplete async text = { const response = await chat text await speak response } return