Dolphin, the GameCube and Wii emulator - Forums
Development Thread
Testing of Audio Latency Fix branch - Printable Version


+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread:
Development Thread
Testing of Audio Latency Fix branch (/Thread-green-notice-development-thread-testing-of-audio-latency-fix-branch)

Pages: 1 2 3 4 5 6 7


RE: Testing of Audio Latency Fix branch - JMC47 - 02-13-2014

It hasn't done anything good since the VS2013 merge; so, it should be off, I'm guessing.


RE: Testing of Audio Latency Fix branch - degasus - 02-13-2014

I've disabled the rate correction based on framelimiter on OpenAL backend. As the OpenAL backend itself stretches on slowdowns, it was corrected twice. Builds are updated in my first post.


RE: Testing of Audio Latency Fix branch - Keytrun - 02-14-2014

What's the best audio backend to use?


RE: Testing of Audio Latency Fix branch - degasus - 02-14-2014

It's best to test all.


RE: Testing of Audio Latency Fix branch - Keytrun - 02-14-2014

What's the difference between them? I have a fairly powerful computer. Does one sound better? Does the audio backend have any effect on gameplay?


RE: Testing of Audio Latency Fix branch - degasus - 02-14-2014

There should be a latency and robustness of stutters difference, but everything else should be equal. OpenAL also has a hidden feature: It stretches the time on slowdowns, but it sounds a bit strange imo.


RE: Testing of Audio Latency Fix branch - Keytrun - 02-14-2014

I'm noticing some distortion during certain things in skyward sword. I'm playing on DSP LLE recompiler xAudio2 without DSP on separate thread. Maybe I'll try Dsound and see if that works. I have to use DSP LLE for Mario Galaxy 2 so I just assumed to use it for Skyward Sword.


RE: Testing of Audio Latency Fix branch - degasus - 02-14-2014

I strongly recormend to use LLE for zelda ucode games (both super mario galaxy, zelda wind waker, zelda twilight princess), but for AX games, LLE isn't needed at all (eg skyward sword).

iirc xaudio is always better than dsound, but all backend should be tested in this WIP build.


RE: Testing of Audio Latency Fix branch - Keytrun - 02-14-2014

How do I know what a ucode game is vs an ax game? Thanks for all of the support!


RE: Testing of Audio Latency Fix branch - mbc07 - 02-14-2014

Try running the game in HLE with a low framelimit (like 20FPS). If the audio stutters, then it's AX uCode. If the audio doesn't stutter, then it's another uCode (very likely to be Zelda uCode in that case)