kvm/internal/audio
Alex P cca1fe720d [WIP] Cleanpup: Remove audio input quality settings to reduce complexity 2025-09-15 12:02:47 +00:00
..
c Fix: indentation 2025-09-15 14:29:02 +03:00
adaptive_buffer.go [WIP] Cleanup, Refactor: Reduce PR complexity, common IPC layer 2025-09-09 07:08:32 +00:00
audio_mute.go Updates: defer the mutex unlock 2025-09-09 22:03:35 +00:00
batch_audio.go refactor(audio): remove redundant config variable assignments 2025-09-08 21:04:07 +00:00
batch_reference.go feat(audio): implement zero-copy batch processing with reference counting 2025-09-08 09:08:07 +00:00
batch_zero_copy.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
cgo_audio.go Improvement (Maintainability): Make all C code more manageable by moving it to its own dedicated file 2025-09-11 13:27:10 +03:00
core_config.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
core_config_constants.go [WIP] Cleanup, Refactor: Reduce PR complexity, common IPC layer 2025-09-09 07:08:32 +00:00
core_handlers.go [WIP] Cleanpup: Remove audio input quality settings to reduce complexity 2025-09-15 12:02:47 +00:00
core_metrics.go Updates: use uint64 since we won't have negative numbers here 2025-09-09 21:37:08 +00:00
core_metrics_registry.go [WIP] Updates: Reduce PR complexity 2025-09-05 21:47:21 +00:00
core_validation.go feat(audio): improve socket handling and validation performance 2025-09-09 10:16:53 +00:00
goroutine_pool.go [Milestone] Fix: in-flight audio input quality updates 2025-09-09 08:56:24 +00:00
input_api.go Fix: linting errors 2025-08-22 22:07:35 +00:00
input_microphone_manager.go [WIP] Cleanup: reduce PR complexity 2025-09-09 06:52:40 +00:00
input_server_main.go [WIP] Cleanup: PR SImplification 2025-09-09 05:41:20 +00:00
input_supervisor.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
ipc_common.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
ipc_input.go [WIP] Cleanup: Remove hid optimization code, as it is out of scope 2025-09-09 23:31:58 +00:00
ipc_output.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
ipc_unified.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
mgmt_base_manager.go [WIP] Updates / FIles reorg: reduce PR complexity 2025-09-05 21:34:23 +00:00
mgmt_base_supervisor.go [WIP] Cleanup: reduce PR complexity 2025-09-09 06:52:40 +00:00
mgmt_input_ipc_manager.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
mgmt_output_ipc_manager.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
mic_contention.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
output_server_main.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
output_streaming.go [WIP] Cleanup, Refactor: Reduce PR complexity, common IPC layer 2025-09-09 07:08:32 +00:00
output_supervisor.go Cleanup: implement PR Review suggestions 2025-09-09 18:09:19 +00:00
quality_presets.go [WIP] Updates, Cleanup: use uint64 for non-negative values 2025-09-09 21:54:36 +00:00
relay_api.go Fix: Audio Output Enable / Disable 2025-09-09 10:39:47 +00:00
session_provider.go [WIP] Cleanup: Reduce PR Complexity 2025-09-04 22:06:48 +00:00
sized_buffer_pool.go feat(audio): implement sized buffer pool and config caching 2025-09-03 14:00:12 +00:00
socket_buffer.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
supervisor_api.go [WIP] Cleanup: Reduce PR Complexity 2025-09-04 22:06:48 +00:00
util_buffer_pool.go [WIP] Cleanup: reduce PR complexity 2025-09-09 06:52:40 +00:00
util_env.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
webrtc_relay.go refactor(audio): optimize performance and simplify code 2025-09-09 09:12:05 +00:00
websocket_events.go refactor(audio): replace GetConfig() calls with direct Config access 2025-09-08 17:30:49 +00:00
zero_copy.go [WIP] Cleanup: reduce PR complexity 2025-09-09 06:52:40 +00:00