Bug fix 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.