mirror of https://github.com/jetkvm/kvm.git
- Separate capture_channels (stereo HDMI) from playback_channels (mono mic) to prevent initialization conflicts that were breaking stereo output - Optimize defaults for LAN use: 192kbps bitrate, complexity 8, 0% packet loss compensation, DTX disabled (eliminates static and improves clarity) - Add comprehensive race condition protection in C audio layer with handle validity checks and mutex-protected cleanup operations - Enable USB audio volume control and configure microphone as mono - Add centralized AUDIO_DEFAULTS constant in UI with localized labels - Add missing time import to fix compilation This resolves audio quality issues and crash scenarios when switching between HDMI and USB audio sources. |
||
|---|---|---|
| .. | ||
| changeset.go | ||
| changeset_arm_test.go | ||
| changeset_resolver.go | ||
| changeset_symlink.go | ||
| config.go | ||
| config_tx.go | ||
| consts.go | ||
| hid.go | ||
| hid_keyboard.go | ||
| hid_mouse_absolute.go | ||
| hid_mouse_relative.go | ||
| log.go | ||
| mass_storage.go | ||
| udc.go | ||
| usbgadget.go | ||
| utils.go | ||