![]() |
|
AudioEngine branch - DO NOT REQUEST BINARY BUILDS - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: AudioEngine branch - DO NOT REQUEST BINARY BUILDS (/showthread.php?tid=78289) 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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
- DDDamian - 2012-01-03 23:59 Hack_kid Wrote:So hows audio sync and 24htz playback I watched a little last night it seemed fine at first then slowly got worse and worse but it was 4am lol For me it's the same as the earlier builds - no surprise there - no updates to the AE code. I still get stuttering on DTS-HDMA just as with July builds, but I think that may have to do with the WASAPI buffer sizes. Might go digging through the code tonite and see what I can find..... I mostly use AE for hi-def FLACS and for that it generally works well. - Hack_kid - 2012-01-04 03:29 oh hmm i'm on linux, seems pretty stable to me SO FAR (fingers crossed) it was a bad mkv i was watching i had a double of that show and i wasnt watching the proper by mistake
- Hack_kid - 2012-01-04 09:10 ok its not perfect, some files still have issues i think, i see one post up there is a patch for global av delay, how could be patch that into dados repository? - Hack_kid - 2012-01-04 20:10 noticed in the music viz screen the player.duration is formatted hh:mm s instead of mm s i tryed adding formatting options to the infolabels but it didnt make a difference anyone iknow how to fix this or a hack/workaround to fix it
- rodercot - 2012-01-05 13:43 noticed a couple issues, I sorted out a network problem over the last couple days and that is what I attributed it to but network fixed now, TopGun HD DTS-ES - half way through the movie video froze sound continues after a small dropout remote not responsive. TrueHD - 1080p bd rip - audio dropouts start slow and increase throughout playback. 24p switching is off. still have to restart xbmc following a resume to initialize playback of anything (music inc.) log posted a few threads back. I am trying to grap a log portion for the dropouts. How did you all install alsa 10.24. I downlded the driver and the lib compiled and installed and rebooted. myth frontend (same machine).24 seems to find it all fine and playsback with no issue after resume. This is a lucid config. I am tempted to rebuild this machine and test. It is now going on a year at least with this build or more. Thanks, Dave - dado483 - 2012-01-05 17:12 DDDamian Wrote:@dado - what compiler are you using? In MS VisualStudio Express I get: I pushed up a patch in my git, thanks. It was a merge problem. I'm using gcc and g++ under linux. Regards Davide - Hack_kid - 2012-01-05 18:59 dado483 Wrote:I pushed up a patch in my git, thanks. It was a merge problem. Hey dado483 2 questions, with you branch do u get random hang on black screen randomly when trying to pull up the GUI in full screen music viz. Or movie and do u know how to fix the formatting of musicplayer.duration it currently shows like 00:02:57 instead of 02:57 and finally this branch is complely inline with mainline with pvr and AE added right? Its not missing any commits? - dado483 - 2012-01-05 19:12 Hack_kid Wrote:Hey dado483 2 questions, with you branch do u get random hang on black screen randomly when trying to pull up the GUI in full screen music viz. Or movie and do u know how to fix the formatting of musicplayer.duration it currently shows like 00:02:57 instead of 02:57 and finally this branch is complely inline with mainline with pvr and AE added right? Its not missing any commits? My branch is the merge between opdenkamp (PVR) and gnif (AE). Actually i merged the latest commits of this repository. If music have problem displaying duration, i think is a change is xbmc master branch (opdenkamp branch is up to date with the main xbmc branch) - dado483 - 2012-01-05 19:14 Only another clarification..... Obviously in my branch i disabled the compiling of the simple audiorenders, that is the actual audio core of xbmc (eden release). The audio core is the AudioEngine (xbmc/cores/AudioEngine) - DDDamian - 2012-01-05 19:56 Dumb comment removed (note to self: check date of post before jumping off cliff) |