kvm/scripts
Alex P d4bd9dbc33 Improve audio capture reliability and remove soft-clipping
Refactor audio processing to enhance stability and code clarity:
- Remove soft-clipping from audio capture pipeline
- Fix hardware frame size calculation for variable sample rates
- Add comprehensive error codes for audio initialization failures
- Clear stop flags after cleanup to prevent initialization deadlocks
- Improve mutex handling during device initialization
- Simplify constant validation and remove redundant comments
- Add DevPod setup instructions for Apple Silicon users
- Enforce Go cache clearing in dev_deploy.sh for CGO reliability

These changes improve audio capture stability when switching between
HDMI and USB audio sources, and fix race conditions during device
initialization and teardown.
2025-11-24 14:58:37 +02:00
..
build_cgo.sh feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
build_utils.sh feat: add audio dependencies to Docker build context 2025-11-03 13:54:11 +01:00
ci_helper.sh feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
configure_vscode.py feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
dev_deploy.sh Improve audio capture reliability and remove soft-clipping 2025-11-24 14:58:37 +02:00
generate_proto.sh feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
release.sh feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
update_netboot_xyz.sh feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00