Add --dump-hw-params option (alsa backend) #799
JasonLG1979
started this conversation in
Feature Requests
Replies: 1 comment 17 replies
-
My opinion is to add this info to the (debug) logging - if it's not already there- but this is not necessary as an extra dedicated command line argument. |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This function in the alsa backend (along with the other bits necessary) could add the option to dump the hardware parameters of a device mimicking the output of
aplay
's--dump-hw-params
option.The function would take the same arguments as
--device
so for example a user could dolibrespot --dump-hw-params hw:2,0
and they would get something like this:I think it would be super helpful for debugging configuring.
Beta Was this translation helpful? Give feedback.
All reactions