![]() |
|
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 |
- EMK0 - 2011-05-08 16:30 dado483 Wrote:Hi All, i think you should just wait until things are more stable - gnif - 2011-05-09 00:59 @EMK0 - I dont, we need debug reports to track down these issues before the code is merged into master. @dado483 - Can you please post your log. - EMK0 - 2011-05-09 09:21 ok then i will also go and test i have a GT430 - Wanilton - 2011-05-09 13:33 ArtVandelae Wrote:Updated Windows build. Squeaky voices in shared mode should be gone. ArtVandelae, this version don´t work for me, in special, volume control in music, music start ok (audio is down), press + result in nothing, the volume bar don´t appears, and start mp3 movies crash my xbmc, running in win7 64 bits, only the previous versions work fine for me.
- apgood - 2011-05-09 16:00 Wanilton Wrote:ArtVandelae, this version don´t work for me, in special, volume control in music, music start ok (audio is down), press + result in nothing, the volume bar don´t appears, and start mp3 movies crash my xbmc, running in win7 64 bits, only the previous versions work fine for me. Mine doesn't crash when playing movies with mp3 sound but the audio sounds all distorted. This is via HDMI on GT440 in win 7 64bit. Other audio formats & xbmc navigation sounds seem to work fine. - apgood - 2011-05-09 16:09 Mine doesn't crash when playing movies with mp3 tracks but it does sound all distorted. Other audio formats and xbmc navigation sounds all seem fine though. This via HDMI on GT440 in win7 64bit. Audio setup as exclusive mode. Will need to check if miss match between xbmc & win speaker setup (assuming it matters). Also will check if changing number of speakers on xbmc to stereo (ie as encoded in mp3) makes a difference. Again - Wanilton - 2011-05-09 17:15 Wanilton Wrote:ArtVandelae, this version don´t work for me, in special, volume control in music, music start ok (audio is down), press + result in nothing, the volume bar don´t appears, and start mp3 movies crash my xbmc, running in win7 64 bits, only the previous versions work fine for me. I tested again the last version, and now work fine, i don´t change nothing, only reboot my computer, with receiver ON, running xbmc and no more errors.
- apgood - 2011-05-12 14:29 Mp3 audio definitely doesn't work for me in audio engine and reboot didn't help just comes out garbled. Tried changing bit rate and speaker configuration in windows audio setting etc but the didn't make a difference. Changing the audio settings in xbmc so that it sends mp3 as DD instead lpcm doesn't make a difference either. Still comes out garbled. Using 10.1 stable version everything is fine. - ArtVandelae - 2011-05-12 23:53 Alright, new test build. There was a tiny unsigned int wrapping bug in the stream code that took forever to track down because when it occurred the whole playback pipeline would get backed up and cause buffer overflows and error messages everywhere but where the problem actually was. The good news is that the resampler should now work perfectly. I've tried several clips that used to crash and they all work perfectly. Have at it: http://www.multiupload.com/LQT1YGSKPM - liquidskin76 - 2011-05-13 00:45 ArtVandelae Wrote:Alright, new test build. There was a tiny unsigned int wrapping bug in the stream code that took forever to track down because when it occurred the whole playback pipeline would get backed up and cause buffer overflows and error messages everywhere but where the problem actually was. The good news is that the resampler should now work perfectly. I've tried several clips that used to crash and they all work perfectly. Hi ArtVandelae, Cool, that fixed my crash with 1ch aac files (iphone recordings)! Bring on DTS-HD guys! ![]() Cheers |