Hifiberry Volume Control über squeezlite und command line (Rotary Encoder)

Max2Play Home Forums Max2Play on Raspberry PI Hifiberry Volume Control über squeezlite und command line (Rotary Encoder)

Viewing 2 posts - 1 through 2 (of 2 total)
  • 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, 5 months ago by SkyFulcrum.
    14. November 2017 at 13:20 #32475

    Hi SkyFulcrum,

    Please try putting the value „-Q“ in front of the other command line options.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Register here