kvm/internal/audio
Alex P 88679cda2f refactor(audio): improve process monitoring with dynamic clock ticks
- Extract monitoring constants and configuration into centralized locations
- Implement dynamic clock ticks detection for more accurate CPU metrics
- Add warmup samples and bounds checking for CPU percentage calculation
- Replace hardcoded values with constants for better maintainability
2025-08-23 23:35:38 +00:00
..
api.go refactor(audio): rename audio-server flag to audio-output-server for clarity 2025-08-23 12:18:33 +00:00
audio.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
audio_mute.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
batch_audio.go Fix: audio subprocess handling, avg atency audio metric 2025-08-22 22:21:41 +00:00
buffer_pool.go refactor(audio): improve process monitoring with dynamic clock ticks 2025-08-23 23:35:38 +00:00
cgo_audio.go refactor(audio): rename audio-server flag to audio-output-server for clarity 2025-08-23 12:18:33 +00:00
cgo_audio_stub.go perf(audio): optimize audio processing with batching and atomic operations 2025-08-13 14:49:08 +00:00
config.go refactor(audio): improve process monitoring with dynamic clock ticks 2025-08-23 23:35:38 +00:00
events.go refactor(audio): improve process monitoring with dynamic clock ticks 2025-08-23 23:35:38 +00:00
input.go refactor(audio): rename audio-server flag to audio-output-server for clarity 2025-08-23 12:18:33 +00:00
input_api.go Fix: linting errors 2025-08-22 22:07:35 +00:00
input_ipc.go Improvements, Fixes: enhanced audio metrics (including prometheus format), fixed lint errors 2025-08-22 23:20:22 +00:00
input_ipc_manager.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
input_server_main.go feat(audio): add system memory endpoint and process metrics monitoring 2025-08-23 11:41:03 +00:00
input_supervisor.go feat(audio): add system memory endpoint and process metrics monitoring 2025-08-23 11:41:03 +00:00
ipc.go [WIP] Performance Enhancements: move audion processing into a separate process 2025-08-22 12:04:30 +00:00
metrics.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
mic_contention.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
output_server_main.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
output_streaming.go Fix: linter errors 2025-08-22 22:26:15 +00:00
process_monitor.go refactor(audio): improve process monitoring with dynamic clock ticks 2025-08-23 23:35:38 +00:00
relay.go refactor(audio): improve performance and simplify code structure 2025-08-23 22:54:01 +00:00
relay_api.go Fix: linter errors 2025-08-22 22:26:15 +00:00
session.go Separation of Concerns: Move the audio-related code into the audio internal package 2025-08-05 02:04:37 +03:00
supervisor.go refactor(audio): rename audio-server flag to audio-output-server for clarity 2025-08-23 12:18:33 +00:00