![]() |
|
[Windows] AudioEngine testers - Windows platform only - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: [Windows] AudioEngine testers - Windows platform only (/showthread.php?tid=124600) |
RE: [Windows] AudioEngine testers - Windows platform only - DDDamian - 2012-04-02 23:28 @HeresJohnny - that error is coming from Windows - according to MSDN (Microsoft Developer Network) it occurs when: Code: The method failed to create the audio endpoint for the render or the capture device. This can occur if the audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.I typically have noticed it if WASAPI is not actually in Exclusive Mode - can you check your Windows audio properties and ensure that in the last tab (Advanced) the two checkboxes are both ticked? "Allow applications to take exclusive control of this device" and "Give exclusive mode applications priority"? Windows volume must be at 100% in this mode, and any enhancements in that tab turned off. All of these are required for WASAPI bitstreaming to work. RE: [Windows] AudioEngine testers - Windows platform only - HeresJohnny - 2012-04-03 07:56 (2012-04-02 23:19)DDDamian Wrote: @HeresJohnny - I tried Peter Gabriel - Play on mine. I ripped the full ISO on that one and can confirm the AC3 track plays perfectly but the DTS 24/96 does not, so I can reproduce that and will get that format working. Thanks! Just to clarify, it's not a problem of 96/24 dts on the NVIDIA ION platform, but any DTS will fail at this time. RE: [Windows] AudioEngine testers - Windows platform only - DDDamian - 2012-04-03 15:08 (2012-04-03 07:56)HeresJohnny Wrote:(2012-04-02 23:19)DDDamian Wrote: @HeresJohnny - I tried Peter Gabriel - Play on mine. I ripped the full ISO on that one and can confirm the AC3 track plays perfectly but the DTS 24/96 does not, so I can reproduce that and will get that format working. Thx - think I found the issue to both DTS on your ION (AE uses a more descriptive and newer WAVEFORMATEX_IEC61937 header as opposed to the older WAVEFORMATEXTENSIBLE header, but may not be as compatible) and the double sink opening glitch I referenced earlier - should have another build up in the next day or two - stay tuned! Anyone else got feedback (with logs if a bug) on their systems and this build? What works, what doesn't, what hardware? RE: [Windows] AudioEngine testers - Windows platform only - HeresJohnny - 2012-04-03 16:13 (2012-04-03 15:08)DDDamian Wrote: Thx - think I found the issue to both DTS on your ION (AE uses a more descriptive and newer WAVEFORMATEX_IEC61937 header as opposed to the older WAVEFORMATEXTENSIBLE header Nice! With my brains and your brawns... hehehe RE: [Windows] AudioEngine testers - Windows platform only - jack0w - 2012-04-03 18:27 (2012-04-02 17:43)DDDamian Wrote: Thx liquidskin - I have the same GPU and it's awesome as far as sync - even rated as one of the best at the dreaded 23.976hz nightmare. Highly recommend for those doing an HTPC build - and the price is amazing right now. I've experienced the 24hz av sync issue on all builds I've tried previously, I used to make do by adding a 250ms delay. However in the latest AE build the sync appears to be perfect as far as I can tell. I've tried DD, DTS, DTS-HD MA & TrueHD and so far so good. As for hardware I'm running: AMD A6-3500 ASRock A75M-ITX 4GB memory Thanks so much for your hard work on this, I'm sure it will be appreciated by many!!
RE: [Windows] AudioEngine testers - Windows platform only - liquidskin76 - 2012-04-03 18:55 (2012-04-03 15:08)DDDamian Wrote: should have another build up in the next day or two - stay tuned! Really looking forward to it! Hopefully updated from master and with double sink fix!! ![]() Good man.
RE: [Windows] AudioEngine testers - Windows platform only - ix400 - 2012-04-04 19:11 DDDamian, could you find any hints in my log file that might be in relation to the "switching bug"? Maybe I just have to buy a different amp... ![]() Chris RE: [Windows] AudioEngine testers - Windows platform only - DDDamian - 2012-04-05 00:12 (2012-04-04 19:11)ix400 Wrote: DDDamian, could you find any hints in my log file that might be in relation to the "switching bug"? Hey Chris - yep, I think that what I'm calling the "double-opening" glitch is the root cause - it appears that some receivers are more affected by that and I believe it's just setting up a loop. So some ride through it, others kick it out and force a re-open which just re-starts the issue. I'm hoping that's the case (it's just a logical extension as I can't reproduce on mine) but I have a good feeling that's the problem. Almost done latest tweaks - should be able to up a new build after some testing tonight or tomorrow! RE: [Windows] AudioEngine testers - Windows platform only - ix400 - 2012-04-05 06:05 ... good to hear, thanks a lot. Chris RE: [Windows] AudioEngine testers - Windows platform only - ix400 - 2012-04-05 08:18 (2012-04-05 06:05)ix400 Wrote: ... good to hear, thanks a lot. I will be off for a short vacation over easter. I'm gonna leave in about 24 hours, but tonight I could still do a little testing if you put on the new build. If not, I will test it next monday. Thanks again for your work, Chris |