Mopidy audio settings?

Started by Stinde, November 13, 2014, 08:04:13 PM

Previous topic - Next topic

Stinde

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

Gerrit

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




Stinde