Alex P
611697700d
perf(audio): optimize opus decode-write with separate buffers
...
- Add PCM buffer pool and config for optimized decode-write operations
- Implement separate buffer handling in CGO audio processing
- Update batch processor to support both legacy and optimized paths
2025-09-03 16:28:25 +00:00
Alex P
89555f1528
perf(audio): optimize audio processing with batching and atomic operations
...
- Implement batch audio processing to reduce CGO overhead
- Replace mutexes with atomic operations for contention management
- Add buffer pooling to reduce allocations
- Optimize microphone operation cooldown with lock-free approach
- Improve error handling with pre-allocated error objects
2025-08-13 14:49:08 +00:00
Alex P
483a7e2890
[WIP] Fix: performance issues
2025-08-13 11:35:11 +00:00
Alex P
a899a0e930
Improvements, Fixes: reduce mouse lag when audio is on
2025-08-04 23:29:47 +03:00
Alex P
d3dfb05198
[WIP] Updates: audio input support
2025-08-04 20:08:54 +03:00