Using Raspotify… #563
-
Hi! I am using raspotify to feed a multichannel USB sound card. A Spotify feed uses USB audio port 1 & 2 which in this case is maps to output 1 & 2 on the sound card…but I have 6 more outputs…and it would be interesting to know if it is possible to map output e.g 5 & 6 for raspotify? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can use ALSA to split and duplicate the channels as many times as you like, but it's not for the faint of heart. It will require a pretty complex Here are the ALSA PCM plugin docs: https://vovkos.github.io/doxyrest/samples/alsa-sphinxdoc/page_pcm_plugins.html |
Beta Was this translation helpful? Give feedback.
You can use ALSA to split and duplicate the channels as many times as you like, but it's not for the faint of heart. It will require a pretty complex
asound.conf
and a lot of trial and error, and depending on the card you may have audio syncing issues. The timing can drift which could cause weird phase cancellation effects. You're welcome to give it a shot though.Here are the ALSA PCM plugin docs:
https://vovkos.github.io/doxyrest/samples/alsa-sphinxdoc/page_pcm_plugins.html