Skip to content

v1.2

Choose a tag to compare

@bshea-1 bshea-1 released this 30 Aug 19:29
· 2 commits to main since this release

Ultra Low-Latency Audio Pipeline Release

馃殌 Key Features & Audio Pipeline Upgrades

  • Decoupled Lock-Free SPSC Audio Pipeline: Split audio capture and playback into dedicated real-time producer and consumer threads running at THREAD_PRIORITY_URGENT_AUDIO communicating through a zero-allocation circular atomic ring buffer.
  • Pre-Roll Zero-Static Headroom: Pre-rolls 2 HAL burst chunks (~8ms headroom) before starting playback to completely eliminate audio track underruns and static noise.
  • Real-Time Dynamic Clock-Drift Regulation: Continuously monitors buffer watermark depth and automatically sheds excess backlog without clicks over long listening sessions.
  • Clickless ~4ms A/B Transitions: Snappy, mathematically smooth crossfade interpolation when toggling DSP power or changing presets for immediate A/B audio contrast without pops or cuts.

Downloads

Includes Release APKs for arm64-v8a, universal, armeabi-v7a, x86, and x86_64.