Alex P
bdcfc29d70
refactor(audio): rename audio-server flag to audio-output-server for clarity
...
docs: update development documentation with new make targets
refactor: simplify audio quality presets implementation
style: remove redundant comments and align error handling
chore: add lint-ui-fix target to Makefile
2025-08-23 12:18:33 +00:00
Alex P
6e910cbe05
Fix: linter errors
2025-08-22 22:28:15 +00:00
Alex P
e2a89c54d3
Fix: linting errors
2025-08-22 22:07:35 +00:00
Alex P
a4b3fe6e33
Fix: golangci-lint
2025-08-22 21:21:09 +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
807a9c3d24
build(audio): update cgo LDFLAGS to use env vars for library versions
2025-08-12 13:35:39 +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
Alex P
fee474bbf7
[ #315 ] Updates: add advanced audio support
2025-08-02 02:23:37 +00:00