You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an Omi Consumer V1 (firmware Omi_CV1_v3.0.19), the Realtime Audio Bytes developer webhook stopped delivering any audio around May 12, 2026, and conversation objects stopped carrying audio_files at the same time. Conversation-created and realtime-transcript webhooks continue to work normally, so the endpoint, token, and connectivity are all fine — only the audio path is dead.
This timing lines up exactly with firmware v3.0.19 (published May 9–10) and app PR #7067 ("skip sending audio bytes to Omi backend in custom STT mode", merged May 10).
Environment
Device: Omi Consumer V1, firmware Omi_CV1_v3.0.19
Webhooks configured (all to the same host, token redacted): Conversation events ✅ receiving, Realtime transcript ✅, Realtime Audio Bytes ❌, Daily summary
Audio Bytes interval: 120s, toggle ON
STT provider tried: Local Whisper, Deepgram (fake key), and native Omi — no effect on audio bytes
Evidence (our self-hosted receiver logs)
Real audio chunks (~3.85 MB PCM16, uid=<device>) arrived daily from Apr 27 → May 12. Last real chunk: 2026-05-12 17:52 UTC. Nothing since.
Conversations carrying non-empty audio_files: April 69/91, May 31/110 (all 31 are early-May, before the 12th). After May 12 → audio_files: [] on every conversation.
Conversation webhooks are still delivered today (20+ today); the audio webhook receives zero POSTs (not even a failed/UNMATCHED request) during active wear.
Summary
On an Omi Consumer V1 (firmware
Omi_CV1_v3.0.19), the Realtime Audio Bytes developer webhook stopped delivering any audio around May 12, 2026, and conversation objects stopped carryingaudio_filesat the same time. Conversation-created and realtime-transcript webhooks continue to work normally, so the endpoint, token, and connectivity are all fine — only the audio path is dead.This timing lines up exactly with firmware
v3.0.19(published May 9–10) and app PR #7067 ("skip sending audio bytes to Omi backend in custom STT mode", merged May 10).Environment
Omi_CV1_v3.0.19Evidence (our self-hosted receiver logs)
~3.85 MBPCM16,uid=<device>) arrived daily from Apr 27 → May 12. Last real chunk: 2026-05-12 17:52 UTC. Nothing since.audio_files: April 69/91, May 31/110 (all 31 are early-May, before the 12th). After May 12 →audio_files: []on every conversation.What we tried (no change)
v3.0.19; no newer CV1 tag exists)Questions
v3.0.19and/or app PR Optimize: skip sending audio bytes to Omi backend in custom STT mode #7067 change when/whether raw audio reaches the backend (and thus the Realtime Audio Bytes webhook andaudio_files)?audio_files/ a download endpoint) onv3.0.19?Possibly related: #7067, #6885, #2193.