Expose HiFiBerry DAC+ADC Pro hardware controls in the UI? #9
palavido-dev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now the EQ in Vinyl Streamer is entirely software-based (5-band parametric biquad filters applied to PCM before playback). It works well, but the HiFiBerry DAC+ADC Pro actually exposes some interesting hardware-level controls through ALSA that we are not surfacing in the UI today.
Here is what the hardware offers that could be worth exposing:
DAC side (playback)
ADC side (recording)
The question is whether this adds real value or just creates complexity. The DSP filter selector feels like the most compelling one since it is doing something our software EQ cannot replicate (it runs on the DAC silicon after our code hands off the PCM). The ADC gain controls could also be useful for dialing in recording levels at the hardware stage rather than relying on software gain.
Most of the other controls (volume ramp rates, auto-mute timers, overclock limits, input routing) feel like "set once and forget" configuration that would just add clutter.
Would love to hear thoughts:
All reactions