You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My amixer output does not provide a db field which breaks the parser:
amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 55039 [84%] [on]
Front Right: Playback 54383 [83%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 24672 [38%] [on]
Front Right: Capture 24672 [38%] [on]
Question: Do we need the db field at all if we have the percentage?
I fixed this by adding a check if the db field is there:
My amixer output does not provide a db field which breaks the parser:
Question: Do we need the db field at all if we have the percentage?
I fixed this by adding a check if the db field is there:
and then removed the db field in the _process function
The text was updated successfully, but these errors were encountered: