Kodi Community Forum
[Project] Dual Audio Output support (Nexus/Matrix/Krypton/Jarvis/Isengard/Helix/...) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [Project] Dual Audio Output support (Nexus/Matrix/Krypton/Jarvis/Isengard/Helix/...) (/showthread.php?tid=192480)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - jlazkano - 2017-03-13

(2017-03-13, 18:46)xhbl Wrote: Well, Krypton supported now, enjoy!
Thanks!


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - cignu - 2017-03-13

(2017-02-28, 11:53)FernetMenta Wrote:
(2017-02-27, 21:09)xhbl Wrote:
(2017-02-27, 11:57)Mettbrot Wrote: The reasons lie in the current architecture of this patch (duplicating AE), not in the feature itsself: http://forum.kodi.tv/showthread.php?tid=192480&pid=2074153#pid2074153 and the following 10 posts is a good start.
I bet the offer to help find a better solution still stands...

Technically AE is NOT duplicated in this project. In terms of Object-Oriented paradigm, just two AE instances are created in the factory. AE itself as an object is kept intact, only some global audio settings and player interface code are duplicated. Also, if it is named as an engine, I bet we've heard of a twin-engine airplane.

The reason is that it will be a significant impact to the architecture if taking dual (or multiple) audio into consideration of current AE. AE handles a lot of things like audio codec processing, decoding, pass-through, recording, DSP etc., as well as device (sink) handling. it will be very hard to process additional audio within one AE, not to mention another big issue - synchronization between these audios plus video. In a word, complexity.

you are very wrong with that

I'm a long time fan, still a noob

what is wrong with that?

P.S. thanks so much xhbl, I have a two zones amp and dual-audio is a game changer feature


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - epicfail - 2017-03-14

Thank you so much xbhl!!!!

Can we expect future updates with new Kodi Versions?


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - xor_ - 2017-03-17

Getting a patch error here with LibreELEC 8.0.0:

patching file system/settings/rbp2.xml
Hunk #1 succeeded at 38 with fuzz 1 (offset 11 lines).
patching file xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/MMALRenderer.cpp
make: *** [Makefile:12: image] Error 1


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - mambro - 2017-03-20

(2017-03-13, 18:46)xhbl Wrote: Well, Krypton supported now, enjoy!

Great xhbl!!!!
Windows version works great!

Thanks


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - extremeaudio - 2017-03-20

For Libreelec 8.0 I cant find the link for a zip file so that I can use the manual update. I don't want the disk image since I am not doing a fresh install. Can anyone point to the link please?


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - blu5 - 2017-03-20

(2017-03-20, 13:02)extremeaudio Wrote: For Libreelec 8.0 I cant find the link for a zip file so that I can use the manual update. I don't want the disk image since I am not doing a fresh install. Can anyone point to the link please?


https://github.com/xhbl/LibreELEC_dualaudio/archive/libreelec-8.0-DA.zip


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - PaulCarter - 2017-03-22

(2017-03-13, 18:46)xhbl Wrote: Well, Krypton supported now, enjoy!

Fantastic news, thanks xhbl!
If anyone else is interested I'll be building a native ubuntu version of Krypton DA and can post a link to it here if you wish.


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - Farseer - 2017-03-23

(2017-03-13, 18:46)xhbl Wrote: Well, Krypton supported now, enjoy!
This is awesome - thank you so much for the work that you do!


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - Farseer - 2017-03-30

Has anyone compiled 8.0.0 LibreELEC for RPi2, by chance? (I know that DarkAngel2401 kindly did this for previous versions, but understand that he hasn't had much time recently to build more)
I've learned enough to realize that I haven't learned enough to do it on my own yet. Smile

That being said, anyone know of good resources to learn more about this? I seem to keep running around in circles.


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - extremeaudio - 2017-04-03

(2017-03-20, 20:29)blu5 Wrote:
(2017-03-20, 13:02)extremeaudio Wrote: For Libreelec 8.0 I cant find the link for a zip file so that I can use the manual update. I don't want the disk image since I am not doing a fresh install. Can anyone point to the link please?


https://github.com/xhbl/LibreELEC_dualaudio/archive/libreelec-8.0-DA.zip


The contents of the zip are as seen in the pic below. There is no 'target' folder. How do I update my installation?

Image
images of up


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - blu5 - 2017-04-05

(2017-04-03, 16:53)extremeaudio Wrote:
(2017-03-20, 20:29)blu5 Wrote:
(2017-03-20, 13:02)extremeaudio Wrote: For Libreelec 8.0 I cant find the link for a zip file so that I can use the manual update. I don't want the disk image since I am not doing a fresh install. Can anyone point to the link please?


https://github.com/xhbl/LibreELEC_dualaudio/archive/libreelec-8.0-DA.zip


The contents of the zip are as seen in the pic below. There is no 'target' folder. How do I update my installation?

Image
images of up


download https://www.dropbox.com/s/r2abyk0rm96ldy5/LibreELEC-Generic.x86_64-8.0.0-DualAudio-r015.img.gz and paste to UPDATE folder in libreelec


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - JaDue - 2017-04-17

I have a question.

I just installed the LibreElec dual audio 8.0 zip listed above but don't see the option for dual audio in the menu. I came from OpenElec which had it under the audio tab. Is it located somewhere else in LibreElec or is this not really a dual audio file?

Thanks,

J


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - blu5 - 2017-04-17

Check in SYSTEM settings , there are two audio settings


RE: [Project] Dual Audio Output support (Krypton/Jarvis/Isengard/Helix/Gotham/Frodo) - JaDue - 2017-04-18

Thanks, I checked my system settings and there is only one audio setting. I used the above zip in the update folder and it looks like is processed it. The listed version is LibreElec (official), 8.0.0, generic.x86_64. Is this correct or is not updating correctly?

Thanks again,

J