Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10 => Topic started by: Stinde on November 13, 2014, 08:04:13 PM

Title: Mopidy audio settings?
Post by: Stinde on November 13, 2014, 08:04:13 PM
Hi

I'm trying to use A10 Lime as a Spotify server using Mopidy-Spotify. I can now remotely play the songs using laptop or Android phone. There is still a small problem: no sound.
What are the correct Mopidy audio settings for Olinuxino A10 Lime, HDMI audio output?

Timo
Title: Re: Mopidy audio settings?
Post by: Gerrit on November 13, 2014, 10:48:08 PM
from https://docs.mopidy.com/en/latest/installation/raspberrypi/#how-to-for-raspbian-wheezy-and-debian-wheezy

first check if HDMI is the default output for alsa

aplay /usr/share/sounds/alsa/Front_Center.wav

and

For Mopidy to output audio directly to ALSA, instead of Jack which GStreamer usually defaults, install the gstreamer0.10-alsa package:

sudo apt-get install gstreamer0.10-alsa

Then update your ~/.config/mopidy/mopidy.conf to contain:

[audio]
output = alsasink



Title: Re: Mopidy audio settings?
Post by: Stinde on November 14, 2014, 08:33:56 AM
Now it's working, Thanks!

Timo