Files
raspberry-pi-mixer/config/alsa-usb.conf
T
shawn 96a6b96b7e P1-R3: Initial project infrastructure
- Project directory structure: docs/, src/, build/, recipes/, scripts/, wiki/
- README.md with project overview and status
- .editorconfig for consistent code style
- .gitignore for Python, C/C++, kernel, and build artifacts
- docs/research/: system research report + base OS decision
- docs/audio-stack-config.md: audio stack configuration notes
- config/: JACK, ALSA, CPU performance configs
- Preserved research from P1-R1 and P1-R2 tasks
2026-05-19 19:06:12 -04:00

8 lines
214 B
Plaintext

# USB audio buffer tuning
# Low-latency USB audio configuration
# nrpacks=1: disable implicit feedback sync buffering
# Reduces USB transfer latency at cost of slightly higher CPU
options snd-usb-audio nrpacks=1