Show HN: EdgeSpeech, on-device speech-to-speech for React Native Synervoz released EdgeSpeech, an open-source React Native hook for on-device AI speech-to-speech processing that runs completely locally, claiming up to 99% cost savings over cloud alternatives. The library supports iOS with Android support coming soon, and includes built-in demo credentials for immediate testing. 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