Blog

Blog Thumbnail
How to Implement Cross-Platform Voice Control in C
December 2, 2025 · 4 min read

Learn how to implement cross-platform voice control in C using Rhino Speech-to-Intent for real-time on-device intent recognition....

Blog Thumbnail
How to Implement Cross-Platform Wake Word Detection in C
December 2, 2025 · 4 min read

Learn how to implement on-device wake word detection in C across Linux, Windows, macOS, and Raspberry Pi....

Blog Thumbnail
Build a Voice AI Agent for Property Management with Python SDK
December 1, 2025 · 2 min read

Build a voice AI agent for property management with on-device voice activation. Add voice control to PropTech AI to automate tenant communic...

Blog Thumbnail
How to Build Real-Time Streaming Speech-to-Text in Java
December 1, 2025 · 3 min read

Learn how to implement accurate, on-device streaming speech-to-text (STT) in Java using Cheetah. Build fast, private, cross-platform voice t...

Blog Thumbnail
How to Record Audio in C Across Windows, macOS, Linux & Raspberry Pi
December 1, 2025 · 3 min read

Learn how to capture microphone audio in C across Linux, Windows, macOS, and Raspberry Pi for use in speech-enabled applications....

Blog Thumbnail
Implement Cross-Platform Streaming Speech-to-Text in C
December 1, 2025 · 4 min read

Learn how to implement real-time transcription in C across Linux, Windows, macOS, and Raspberry Pi....

Blog Thumbnail
Android Real-Time TTS: Streaming Text-to-Speech Tutorial [2025]
November 27, 2025 · 4 min read

Complete guide to Android streaming TTS: Real-time speech synthesis. Includes code, benchmarks, and examples with Orca and AudioTrack....

Blog Thumbnail
iOS Real-Time TTS: Streaming Text-to-Speech Tutorial [2025]
November 27, 2025 · 3 min read

Step-by-step guide to implement streaming TTS in iOS. Learn how to synthesize text to speech in real-time using Orca and AVAudioEngine....

Blog Thumbnail
DeepSeek Voice Mode Tutorial: Add Voice Chat with Python
November 21, 2025 · 3 min read

Add voice mode to DeepSeek API without cloud latency. Complete voice assistant tutorial in Python with wake words, real-time speech-to-text,...

Blog Thumbnail
Mistral Voice Mode in Python: On-Device Alternative to Voxtral API
November 21, 2025 · 2 min read

Full Python tutorial to add on-device voice AI to Mistral API. Lower voice mode latency and make it hands-free with wake word, real-time STT...

Blog Thumbnail
React Native Speech Recognition in 2025: The Complete Guide
November 19, 2025 · 6 min read

From Siri to Google Assistant, mobile voice interfaces have become a standard feature in modern mobile apps: Voice commands, dictation, hand...

Blog Thumbnail
React Native Wake Word Detection in 2025: The Complete Guide
November 19, 2025 · 7 min read

Wake word detection (also called hotword detection, keyword spotting, or voice triggers) activates applications when end-users say a specifi...

Blog Thumbnail
How to Build a Custom Keyword Spotting System in Node.js
November 18, 2025 · 3 min read

Voice interfaces are quickly becoming the standard way users interact with enterprise systems, from smart meeting platforms to AI-driven sup...

Blog Thumbnail
How to Implement Streaming Text-to-Speech in Node.js
November 18, 2025 · 3 min read

Learn how to integrate streaming text-to-speech in Node.js using Orca and PvSpeaker. Build responsive, private, and high-quality voice outpu...

Blog Thumbnail
How to Implement Voice Control in Node.js
November 18, 2025 · 2 min read

Most developers reach for speech recognition or speech-to-text (STT) engines when they actually need Speech-to-Intent to enable custom voice...

Blog Thumbnail
How to Add Voice Activity Detection to a .NET App
November 13, 2025 · 2 min read

Voice Activity Detection (VAD) plays a vital role in modern speech applications. By identifying when a person is speaking, VAD ensures that ...