Max2Play Home › Forums › Max2Play on Raspberry PI › Hifiberry Volume Control über squeezlite und command line (Rotary Encoder)
- This topic has 1 reply, 2 voices, and was last updated 6 years, 10 months ago by Heiner premium.
-
Posted in: Max2Play on Raspberry PI
-
12. November 2017 at 21:51 #32437
Hi,
ich kämpfe mit einem kleinen Problem.
Über einen Encoder kann ich die Lautstärke des Hifiberrys kontrollieren.
Oder ich kann über die Jivelite Software die Lautstärke kontrollieren. Aber nie beides.Derzeit hab ich zum einstellen der Lautstärke den Encoder laufen mit folgenden Einstellungen:
Command Line Options im Squeezelite:
-v -s servername -o sysdefault:CARD=sndrpihifiberry -V Master -Q
Amixer:
Simple mixer control 'Master',0 Capabilities: volume volume-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 248 Mono: 144 [58%] Simple mixer control 'Channels',0 Capabilities: volume Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: 0 - 248 Front Left: 218 [88%] Front Right: 218 [88%]
Amixer einstellung:
Simple mixer control 'Master',0 Capabilities: volume volume-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 248 Mono: 144 [58%]
asound.conf (Hw device von 0 auf 1 geändert):
ctl.!default { type hw card 1 } pcm.equal { type plug; slave.pcm plugequal; } ctl.equal { type equal; module "Eq10"; } pcm.plugequal { type equal; module "Eq10"; slave { pcm "plughw:0,0"; } hint {show on;description "Equalizer for plughw:0,0"} }
Wie kann ich nun es so hinbekommen, dass ich mit dem Regler in der Software und am Encoder die Laustärke anpasse?
Darf auch gerne am Regler die Softwareseite sein und am Encoder HW mässig.- This topic was modified 6 years, 11 months ago by SkyFulcrum.
14. November 2017 at 13:20 #32475Hi SkyFulcrum,
Please try putting the value „-Q“ in front of the other command line options.
-
You must be logged in to reply to this topic.