Alex P
62f9cc2f39
feat(audio): centralize audio configuration and improve debugging
...
- Add debug utilities with development-only logging
- Create centralized audio configuration constants
- Implement audio quality service for managing presets
- Replace console logging with debug utilities
- Update audio metrics with unified structure
- Improve microphone error handling and state management
2025-08-27 13:01:56 +00:00
Alex P
119606e294
refactor(audio): centralize config and remove debug logs
...
- Move hardcoded constants to centralized config system
- Remove verbose debug logging statements
- Clean up unused code and improve error handling
2025-08-25 16:49:48 +00:00
Alex P
ee5cfbc224
refactor(audio): improve performance and simplify code structure
...
- Move audio server logic to dedicated package and simplify main.go
- Optimize buffer pool implementation and remove redundant logging
- Improve process monitoring with synchronized metrics updates
- Enhance microphone contention manager with simplified logic
- Replace mutex with atomic operations for metrics tracking
2025-08-23 22:54:01 +00:00
Alex P
779f735d66
Cleanup: remove polling fallback for /audio/mute status
2025-08-22 22:54:05 +00:00
Alex P
483a7e2890
[WIP] Fix: performance issues
2025-08-13 11:35:11 +00:00
Alex P
bfbd8c11ce
Efficiency Improvements: Switch to websocket-based communication for audio metrics & status
2025-08-05 01:43:58 +03:00
Alex P
a899a0e930
Improvements, Fixes: reduce mouse lag when audio is on
2025-08-04 23:29:47 +03:00
Alex P
1f967df08a
Fix: lint errors
2025-08-04 20:30:39 +03:00
Alex P
d3dfb05198
[WIP] Updates: audio input support
2025-08-04 20:08:54 +03:00
Alex P
0c3e7f0836
Cleanup / Fix: linting errors, code formatting, etc
2025-08-02 17:45:24 +00:00
Alex P
fee474bbf7
[ #315 ] Updates: add advanced audio support
2025-08-02 02:23:37 +00:00