Skip to content

Ora 0.6.2

Latest

Choose a tag to compare

@wuwangzhang1216 wuwangzhang1216 released this 04 Jun 00:52

Ora 0.6.2

Bug fixes

  • Fixed a freeze during long listening sessions where captions stopped updating and previously-translated text repeated. The audio/VAD pipeline could fall ever further behind real time whenever ASR + translation were slower than incoming speech, because captured audio and VAD events were buffered without limit while the single consumer blocked per utterance. The pipeline now bounds those buffers and sheds the oldest backlog instead of accumulating it, keeping latency bounded. (This was not caused by accumulating LLM context — translations are stateless.) Applies to both the macOS app and the Python reference CLI. (#4)

Install

Download Ora.dmg below, double-click to mount, drag Ora.app to Applications, and launch. Requires macOS 15 (Sequoia) or later on an Apple Silicon Mac. The DMG is signed with a Developer ID and notarized by Apple.