Alsa equal on Squeezelite with Max2play

Max2Play Home Forums Max2Play as Squeezebox (Player / Server) Alsa equal on Squeezelite with Max2play

Viewing 3 posts - 1 through 3 (of 3 total)
  • 22. April 2016 at 13:19 #19900

    Hello,

    we have sucessfully installed Max2play, shairport, Squeezelite and alsaequal using the Instalation file provieded:
    https://github.com/max2play/webinterface

    But when configuring the Alsaequalizer with Squeezelite using „-o equal“ option it fails with the below error:
    $] /opt/squeezelite/squeezelite -n max2play -o equal

    *** glibc detected *** /opt/squeezelite/squeezelite: double free or corruption (!prev): 0x00049528 ***
    Aborted (core dumped)

    Please find the asound.conf file:
    $] vim /etc/asound.conf
    ctl.equal {
    type equal;
    }

    pcm.plugequal {
    type equal;
    slave.pcm „plughw:0,0“;
    }

    pcm.equal{
    type plug;
    slave.pcm plugequal;
    }
    =====================x==========

    Able to start and use squeezelite with „default“ options sucessfully but failed while we are trying to start the squeezelite using the „-o equal“ to work with alsa equalizer.

    Here is our board aplay -L:
    pi@max2play:~$ aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    plugequal
    equal
    default:CARD=atm7059link
    atm7059_link,
    Default Audio Device
    sysdefault:CARD=atm7059link
    atm7059_link,
    Default Audio Device
    dmix:CARD=atm7059link,DEV=0
    atm7059_link,
    Direct sample mixing device
    dsnoop:CARD=atm7059link,DEV=0
    atm7059_link,
    Direct sample snooping device
    hw:CARD=atm7059link,DEV=0
    atm7059_link,
    Direct hardware device without any conversions
    plughw:CARD=atm7059link,DEV=0
    atm7059_link,
    Hardware device with all software conversions
    pi@max2play:~$

    we are able to make the alsaequalizer work with the Mplayer using:
    $] mplayer -ao alsa -D equal <song name>

    and we are able to get the equalizer throught „alsamixer -D equal“ command.

    Could you tell us where we went wrong …..

    25. April 2016 at 15:23 #19952

    Hi,

    please see the startup options of Squeezelite to get the correct alsa output for the equalizer with the correct asound.conf file („-o plug:plugequal“). You may see the correct settings when using the webinterface to set up the equalizer with Squeezelite in the Debug Output at the end of the page.

    You may also have a look at our free SD-Card images that are preconfigured for use as audioplayer. Most platforms need different settings for sound and asound.conf (depending on Ubuntu / Debian and their version).

    Stefan

    27. April 2016 at 16:05 #19984

    Hi,

    Thanks for the reply.

    As suggested, we have downloaded the IQaudio image for raspberrypi board from the Max2play site and found no differance in the configurations files.

    Below are the differaces found with respect to the Rasberrypi image:

    Raspberrypi:
    OS: debian wheezy
    GLibc: 2.13

    Our boar:
    OS: Ubuntu 12.04
    GLibc: 2.15

    Alsaequal is working fine with the Pre-Compiled image of Raspberrypi but getting error when we do the same with our Ubuntu image:
    *** glibc detected *** /opt/squeezelite/squeezelite: double free or corruption (!prev): 0x00049528 ***

    we are getting issue when we are trying to connect the Alsaequal using Squeezelite, but works fine when we connect with Mplayer or Shairport.

    we have used „plug:plugequal“ as suggested but dint helped much. could you please suggest some more options where we could missed out …..

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

You must be logged in to reply to this topic.

Register here