Skip to content

Bug fix Release

Choose a tag to compare

@helloooideeeeea helloooideeeeea released this 28 Feb 03:53
· 12 commits to main since this release

Refactor JNI Callback Context Management to Use Instance-Specific Contexts

  • Replace global variables with a per-instance context structure.
  • Introduce a global map and mutex to track VadCallbackContext for each VAD instance.
  • Update createVADInstance and destroyVADInstance to allocate and free instance-specific contexts.
  • Improve thread-safety and support for multiple concurrent VAD instances.