Releases: mdias/rs_asio
RS ASIO 0.7.2
RS ASIO 0.7.1
This release is here only to try to alleviate some issue with linux. If you don't use linux there's no need to update as there is nothing else new.
- Try both
wineasio32.dll
andwineasio.dll
when attempting to find the WineASIO dll
Edit: updated the attached binaries to fix the log still reporting 0.7.0. No other change was made.
Edit2: reupload a newly generated zip file to avoid a false-positive virus detection. See #432
RS ASIO 0.7.0
- Improved error logging when loading a driver
- Show error popups when either
ExclusiveMode
and/orWin32UltraLowLatencyMode
are not properly configured. - Linux: Find
wineasio
without having to register it and expose it with driver namewineasio-rsasio
. See documentation regarding linux.
RS ASIO 0.6.3
- Many stability fixes
- Log improvements
RS ASIO 0.6.2
- Add compatibility with both old and recently patched version of the game
- Fixed an issue with order of buffer consumption; may result in tiny latency improvement
- Improve handling of log spam when buffer underruns happen
IMPORTANT: Some users are reporting compatibility issues with this release. You might want to choose an older one or wait for a fixed release.
RS ASIO 0.6.1
- Fix bug patching some locations causing a crash when using RS ASIO at the same time as RSMods.
RS ASIO 0.6.0
- Compatibility with latest game patch
RS ASIO 0.5.9
Add new EnableRefCountHack
config option as a hack to fix some audio interface drivers hanging at game exit.
See #304 as well as the new comment on the RS_ASIO.ini file.
RS ASIO 0.5.8
Add ability to have a message prompting between ASIO or WASAPI output on every boot as requested on #284
RS ASIO 0.5.7
- Disable annoying message when 2 cables are connected in single player mode
Thanks to @ffio1 for this feature