RanzQ / hyperion-audio-effects

Hyperion audio effects dev kit using Gstreamer
MIT License
47 stars 8 forks source link

Compatible with shairport-sync or mopidy? #21

Closed pronsta closed 6 years ago

pronsta commented 7 years ago

Hi,

I just want to ask if somebody already created something like hyperion audio effects with shairport-sync or mopidy?

Thanks

RanzQ commented 7 years ago

I've personally tested this on Pi2 with mpd (mopidy is basically the same) so that should work. Shairport-sync readme says "it must have direct access to the output device" and that might be a problem. With Kodi for example that prevents the use of a virtual loopback device.

Anyway, if you have an audio card that supports looping the signal back for monitoring, there should be no problem.

pronsta commented 7 years ago

hey thanks for the reply. I have a cheap usb sound card called C-media how do i know if they support the loopback signal? or can you recommend a external sound card with who supports it?

RanzQ commented 7 years ago

@pronsta Cheap sound cards usually don't support it. It is usually exposed as a device called "What you hear" or "Stereo Mix".

But according to this, shairport should work with virtual loopback: https://github.com/mikebrady/shairport-sync/issues/249

And to be clear, virtual loopback in linux doesn't depend on hardware. It loops the signal back in alsa before it reaches the soundcard.