Hi!
And thank you Triode for your work, I enjoy it every day :)

I'm trying to use squeezelite with alsaequal on a cubieboard, and I get
:


Code:
--------------------
    /usr/local/bin/squeezelite-armv6hf -o plugequal -n Chambre -a 600:4 -s 
192.168.1.6 -d all=debug
  [00:57:04.457836] stream_init:264 init stream
  [00:57:04.460864] stream_init:265 streambuf size: 2097152
  [00:57:04.472982] output_init:1337 init output
  [00:57:04.474363] output_init:1340 outputbuf size: 3528000
  [00:57:04.475583] output_init:1372 requested alsa_buffer: 600 alsa_period: 4 
format: any mmap: 1
  *** glibc detected *** /usr/local/bin/squeezelite-armv6hf: double free or 
corruption (!prev): 0x00facb88 ***
  Aborted
--------------------


My alsa device seems correct : when I try with : 

Code:
--------------------
    mplayer -ao alsa:device=plugequal ./a.mp3
--------------------

it plays fine.

it also works with squeezeslave but i can't use it for spotify.
Squeezelite works fine on a "regular" alsa device of course.

Here is my asound.conf : 

Code:
--------------------
    pcm.equal {
  type equal
  slave.pcm "plughw:1,0"
  hint {
  show on
  description "Alsa equalizer"
  }
  }
  
  ctl.equal {
  type equal
  }
  
  pcm.plugequal {
  type plug
  slave.pcm "pcm.equal"
  }
--------------------


Can someone help me? I can provide additional information if needed.

Thanks again!


------------------------------------------------------------------------
Di0gene's Profile: http://forums.slimdevices.com/member.php?userid=62551
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to