Author Topic: XBMC Eden 11 with support audio Dolby true HD and DTS HD  (Read 121661 times)

0 Members and 1 Guest are viewing this topic.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #90 on: February 03, 2012, 04:01:24 PM »
Great news DDDamian, i tested and is very good, the best for me now. One question only: do you believe audiophile mode work in this version?, if possible post one advancedsettings for use with this new version.
« Last Edit: February 03, 2012, 04:20:43 PM by Wanilton »
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #91 on: February 03, 2012, 04:45:22 PM »
Great news DDDamian, i tested and is very good, the best for me now. One question only: do you believe audiophile mode work in this version?, if possible post one advancedsettings for use with this new version.

It won't Wanilton - all those settings are AE specific. You're better off with a fresh advancedsetting.xml and add whatever you normally use for Eden

senthil

  • Jr. Member
  • **
  • Posts: 15
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #92 on: February 04, 2012, 06:04:28 PM »
Breaking news!! An unknown to the forum has released a patch for DTS-MA & TrueHD on standard Eden!

Tested and works great in initial checks.


this is great work guys... ;D

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #93 on: February 09, 2012, 07:01:07 PM »
Hey all - here's XBMC Eden Beta 3 + HD-Audio patch + timing correction + Global AV Delay
http://www.mediafire.com/?omzcseng8pndn31

Latest and greatest  ;)

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #94 on: February 10, 2012, 05:33:32 AM »
Great job DDDamian, very well done, I am very happy!!!

This advancedsettings.xml is more fine for use with new DDDamian version now, download file here, use save as
put file here: C:\Users\\YOURNAME\AppData\Roaming\XBMC\userdata

Code: [Select]
advancedsettings>

  <!-- Turn on debug logging without any visual signs on XBMC GUI            -->
  <!-- This is useful if you are experiencing problems and want to report it -->
  <loglevel>1</loglevel>

  <audio>

    <!-- Fix DTS stutter in MKV patch                    -->
    <!--   <enablealtsync> true = enable patch (default) -->
    <!--                   false = disable patch         -->
    <enablealtsync>true</enablealtsync>
    
  </audio>

  <video>

    <!-- DXVA Pixel Shader based HQ scalers patch                                          -->
    <!--   <preferdxvahqscalers> true = use PS based scaling when scaling set to Automatic -->
    <!--                         false = always use DXVA scaling (default)                 -->
    <preferdxvahqscalers>true</preferdxvahqscalers>

    <!-- Global AV delay patch                    -->
    <!-- Delay in msecs, range between -600 - 600 -->
    <globalavdelay>
    
      <!-- Global default AV delay -->
      <delay>0</delay>
    
      <!-- Override global AV delay for given display refresh rates -->
      <!-- You can specify multiple <refresh> entries               -->
      <!--   <refresh>                                              -->
      <!--     <min>, <max> refresh rate range, OR                  -->
      <!--     <rate> exact refresh rate                            -->
      <!--     <delay> delay                                        -->
      <!--   </refresh>                                             -->
      <!-- Example below: apply -125 msec delay for 24p playback    -->
      <refresh>
        <min>23</min>
        <max>24</max>
        <delay>-125</delay>
      </refresh>
      
    </globalavdelay>

  </video>
    <gui>
   <algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
</advancedsettings>

Thanks,
« Last Edit: February 10, 2012, 06:13:12 AM by Wanilton »
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #95 on: February 10, 2012, 12:43:00 PM »
Thx Wanilton - my advancedsettings.xml was as barebones as can be and didn't make any use of the Global AV Delay as I don't experience it on my rig.

I posted an explanation of some of the settings here: http://forum.xbmc.org/showpost.php?p=1014324&postcount=305.

For more info on the Global AV Delay settings see the thread: http://forum.xbmc.org/showthread.php?t=96916&highlight=global+delay

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #96 on: February 12, 2012, 07:03:35 AM »
New version XBMC eden with audio HD, download link http://dl.dropbox.com/u/25170804/XBMCSetup-20120211-27aeffb-dx.exe
Latest version compiled by DDDamian.
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #97 on: February 12, 2012, 08:32:28 PM »
Eden Beta 3 seems to break keyboard emulation for both EventGhost and VoxCommando.  ::yuck

What a pain!

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #98 on: February 13, 2012, 01:16:52 PM »
Eden Beta 3 seems to break keyboard emulation for both EventGhost and VoxCommando.  ::yuck

What a pain!

Hi there - got a PM from Wanilton on this too. Just want to be clear - has a fresh (non-HD) compile from Master corrected this? I had a look through recent commits and didn't see anything that might affect this, but that's pretty far from exhaustive research  :D

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #99 on: February 13, 2012, 01:46:29 PM »
this was a problem I had with Eden beta 3 on both the HD audio and the Vanillla XBMC installs.

Wanilton sent me a test build that seems to correct it, so I guess there was an error introduced just before they built beta 3.  Hopefully it will be gone in beta 4.

Maybe Wanilton will post his fix.  It is just the xbmc.exe that he sent me.

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #100 on: February 13, 2012, 02:02:57 PM »
I'll wait to here back from Wanilton then just clarifying some details. If I need to do a fresh build of the HD audio version with latest master no problem, but I did one on the 11th and haven't seen what could have fixed this in recent commits. If it has been addressed in the last few days I'll get it merged and repost for you.

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #101 on: February 13, 2012, 05:21:02 PM »
Fresh compile - Wanilton tested and confirmed it fixed whatever was broken in recent master commits.

http://www.mediafire.com/download.php?to3xqw575gf8dbt

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #102 on: February 13, 2012, 06:50:00 PM »
It´s work fine here, thanks again for new build..
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #103 on: February 13, 2012, 08:26:03 PM »
I just tested it on Win7 64 bit and it does not work with keyboard emulation.  Going back to Eden beta 2 for now.  Thanks for trying though.

DDDamian

  • Jr. Member
  • **
  • Posts: 23
  • Karma: 0
    • View Profile
Re: XBMC Eden 11 with support audio Dolby true HD and DTS HD
« Reply #104 on: February 13, 2012, 11:07:28 PM »
I think you might have another issue there - nothing I can see in recent updates would have cause eventghost to stop working - there's many who use it with Beta 3 for remote controls and there haven't been a rash of forum posts regarding an issue with it.