rs_asio

ASIO for Rocksmith 2014

MIT License

Stars
1K

Bot releases are visible (Hide)

rs_asio - RS ASIO 0.7.1 Latest Release

Published by mdias 8 months ago

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 and wineasio.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.

rs_asio - RS ASIO 0.7.0

Published by mdias about 1 year ago

  • Improved error logging when loading a driver
  • Show error popups when either ExclusiveMode and/or Win32UltraLowLatencyMode are not properly configured.
  • Linux: Find wineasio without having to register it and expose it with driver name wineasio-rsasio. See documentation regarding linux.
rs_asio - RS ASIO 0.6.3

Published by mdias about 2 years ago

  • Many stability fixes
  • Log improvements
rs_asio - RS ASIO 0.6.2

Published by mdias about 2 years ago

  • 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 - RS ASIO 0.6.1

Published by mdias about 2 years ago

  • Fix bug patching some locations causing a crash when using RS ASIO at the same time as RSMods.
rs_asio - RS ASIO 0.6.0

Published by mdias about 2 years ago

  • Compatibility with latest game patch
rs_asio - RS ASIO 0.5.9

Published by mdias about 2 years ago

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 - RS ASIO 0.5.8

Published by mdias over 2 years ago

Add ability to have a message prompting between ASIO or WASAPI output on every boot as requested on https://github.com/mdias/rs_asio/issues/284

rs_asio - RS ASIO 0.5.7

Published by mdias almost 3 years ago

  • Disable annoying message when 2 cables are connected in single player mode

Thanks to @ffio1 for this feature

rs_asio - RS ASIO 0.5.6

Published by mdias almost 4 years ago

  • Add support for alternative mirrored output signal (check AltBaseChannel in config file)
rs_asio - RS ASIO 0.5.5

Published by mdias almost 4 years ago

  • Add support for microphone
rs_asio - RS ASIO 0.5.4

Published by mdias almost 4 years ago

rs_asio - RS ASIO 0.5.3

Published by mdias about 4 years ago

  • Waits 5 seconds after requesting sample rate change (if change is needed); this fixes issues with some drivers.
  • Tries to restore sample rate to original on game exit
rs_asio - RS ASIO 0.5.2

Published by mdias over 4 years ago

Fixed crash when runtime libraries aren't present on the system

rs_asio - RS ASIO 0.5.1

Published by mdias over 4 years ago

  • Fixed asio4all detection
  • Fixed regression with asio4all freezing on exit
  • Fixed crash when runtime libraries aren't present on the system
rs_asio - RS ASIO 0.5.0

Published by mdias over 4 years ago

  • Attempt at fixing crash that sometimes happens when exiting the game (can still happen with asio4all)
  • Allow enabling wasapi inputs/outputs separately
  • Allow changing the base asio output channel
rs_asio - RS ASIO 0.4.2

Published by mdias over 4 years ago

  • Fix input signal for non 32-bit audio
rs_asio - RS ASIO 0.4.1

Published by mdias over 4 years ago

  • Fix issue with float sample type not able to initialize input
rs_asio - RS ASIO 0.4.0

Published by mdias over 4 years ago

  • Another workaround for ASIO4ALL freeze when exiting game
  • Rework ASIO initialization and stream start/stop
  • Add support for outputReady asio calls
  • Fix potential memory corruption on non 32-bit sample formats
  • Other minor fixes
rs_asio - RS ASIO 0.3.11

Published by mdias over 4 years ago

  • Fixes freeze with ASIO4ALL
  • Attempts fixing 16-bit support
  • Show error message if avrt.dll cannot load rs_asio.dll