Posts: 13
Joined: May 2015
Reputation:
0
2018-12-07, 18:24
(This post was last modified: 2018-12-07, 19:04 by testerr.)
I'm looking for: decoding and splitting 5.1 signal into two independent stereo streams (front channels pair and rear/surround channels pair) and route front stereo pair to analog out (mini-jack) of first sound card and second rear stereo pair to analog out (mini-jack) of second sound card (OR route second rear stereo pair to Bluetooth A2DP device + be able to set sync offsets, because BT have lags). Platform: Windows (preferred) or Android.
Is it possible in this mod?
If not anyone can me point to proper solution how to achieve setup like this?
And there is official old version repository where I can get Kodi 17.0 r015 full install?
Or I should get it from shady 3rd party websites on the net (with risk of malware injected into installer)?
Posts: 2
Joined: Jan 2013
Reputation:
0
Is anyone able to compile this for Kodi v18, particularly for Windows? Can't upgrade without dual audio...wish they would incorporate this option into the official. Thanks to all those who are able to keep this feature alive!
Posts: 86
Joined: Dec 2011
Reputation:
0
Well.. its coming down to this.
I need dual audio so that the other people can watch whatever at a regular volume, and I can have headphones.
(HDMI main and bluetooth headphones secondary)
Is this coming to Matrix, or do I need to down-rev to Krypton to make this work?
Posts: 548
Joined: Feb 2009
Reputation:
4
Since this project seems abandoned, is there any other way to force multiple audio outputs, such as an advancedsettings.xml switch?
Win10x64 Pro. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB DDR2 1066MHz RAM. Nvidia GT240 512MB PCIx16. Multiple displays, including Sony VPL-XW5000ES 4k projector + 100" Da-Lite Cinema screen.
Posts: 548
Joined: Feb 2009
Reputation:
4
I've heard of Stereo Mix... Still running Win7x64 on my Kodi box but there is some documentation on installing Stereo Mix on that OS, so I'll give it a try. thanks.
Win10x64 Pro. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB DDR2 1066MHz RAM. Nvidia GT240 512MB PCIx16. Multiple displays, including Sony VPL-XW5000ES 4k projector + 100" Da-Lite Cinema screen.
Posts: 4
Joined: Jan 2023
Reputation:
0
Why was this never merged upstream? There are a ton of use-cases for it!
PS: Thank you very much for the fork
Posts: 4
Joined: Jan 2023
Reputation:
0
I'd like to integrate snapserver with kodi on Android. On GNU/Linux I use a loopback device on alsa, but that doesn't seem to be possible on Android. I think the easiest way would be to use a fifo pipe.
I've been looking to customise the code, but I can't make heads or tails of it. Can anyone point me to a place on the code where I could take a raw audio stream to send out? Then I'd just bypass the settings for the 2nd audio device (I'm thinking I should use this dual audio project, so I can still do this when using passthrough mode)