Reply To: Using Max2Play with a HifiBerry Amp2 on an RPi 3 B with only one (mono-)speaker?

Max2Play Home Forums Max2Play on Raspberry PI Using Max2Play with a HifiBerry Amp2 on an RPi 3 B with only one (mono-)speaker? Reply To: Using Max2Play with a HifiBerry Amp2 on an RPi 3 B with only one (mono-)speaker?

9. Juni 2018 at 17:18 #36133

Hallo Heiner,

ich habe hier die neuen RPi3B+ mit Hifi Berry Amp2 im Einsatz.
Hier helfen mir die Hinweise in dem von Dir referenzierten Beitrag leider nicht weiter.
Ich bekomme die Einstellungen für Mono nicht hin 🙁

Meine Einstellungen:
/etc/asound.conf:

ctl.!default {
    type hw
    card 0
}
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"}
}

pcm.mono {
     type route
     slave.pcm equal
     slave.channels 2
     ttable.0.0 0.5    # L(0) to L(0) at 0.5 volume
     ttable.1.0 0.5    # R(1) to L(0) at 0.5 volume
     ttable.0.1 0.5    # L(0) to R(1) at 0.5 Volume
     ttable.1.1 0.5    # R(1) to R(1) at 0.5 Volume
}

/opt/max2play/audioplayer.conf:

### Configuration of Audioplayers
SQUEEZELITE_PARAMETER=-o sysdefault:CARD=sndrpihifiberry -a 80:4:: -o mono
SQUEEZESLAVE_PARAMETER=-n plugequal
SHAIRPORT_PARAMETER=-d default:CARD=sndrpihifiberry -t hardware -m hw:1 -c Digital
USE_USB_DAC=0
USE_EQUALIZER=1
SYSTEM_USER=pi
YMPD_PARAMETER=--webport 8081

Kann mir da jemand einen Tip geben?

Danke vorab!
Norbert

  • This reply was modified 5 years, 10 months ago by NorbertB.
  • This reply was modified 5 years, 10 months ago by NorbertB.