rs_asio

ASIO for Rocksmith 2014

MIT License

Stars
1K

Bot releases are hidden (Show)

rs_asio - RS ASIO 0.3.10

Published by mdias almost 5 years ago

Fix thread deadlock freezing sound processing

rs_asio - RS ASIO 0.3.9

Published by mdias almost 5 years ago

Improved logging

rs_asio - RS ASIO 0.3.8

Published by mdias almost 5 years ago

Try fixing input sometimes getting stuck with overrun messages

rs_asio - RS ASIO 0.3.7

Published by mdias almost 5 years ago

Fix input not working

rs_asio - RS ASIO 0.3.6

Published by mdias almost 5 years ago

NOTE: THIS RELEASE DOESN'T HAVE INPUT WORKING

Attempting to fix 24-bit format support
Avoid overfeeding client pipeline

rs_asio - RS ASIO 0.3.5

Published by mdias almost 5 years ago

Add more logging to debug render/capture classes

rs_asio - RS ASIO 0.3.4

Published by mdias almost 5 years ago

Fix sample format rejection logic

rs_asio - RS ASIO 0.3.3

Published by mdias almost 5 years ago

Try to avoid having the game stop audio streaming in certain situations.

rs_asio - RS ASIO 0.3.2

Published by mdias almost 5 years ago

  • Fix misbehavior when driver reports a different name from the one in registry
  • Fix potential crash
rs_asio - RS ASIO 0.3.1

Published by mdias almost 5 years ago

Avoid "NoName" Asio driver names

rs_asio - RS ASIO 0.3.0

Published by mdias almost 5 years ago

Add support for more ASIO sample types, including floating point

rs_asio - RS ASIO 0.2.2

Published by mdias about 5 years ago

Fix software volume DSP only working on output

rs_asio - RS ASIO 0.2.1

Published by mdias about 5 years ago

Add support for software volume processing (see config file)

rs_asio - RS ASIO 0.2.0

Published by mdias about 5 years ago

Added support to manually specify buffer size in .ini config file

rs_asio - RS ASIO 0.1.9a

Published by mdias about 5 years ago

  • Improve handling of buffer underruns
rs_asio - RS ASIO 0.1.8

Published by mdias about 5 years ago

  • Basic ASIO message handling
  • Support BufferSwitchTimeInfo even though we don't really use it
  • Improve logging
rs_asio - RS ASIO 0.1.7

Published by mdias about 5 years ago

  • Detect and log buffer underruns
  • Fix data racing
  • Remove code used for debug where raw data was being dumped to D:\rs_asio_audio.raw (oops!)
rs_asio - RS ASIO 0.1.6

Published by mdias about 5 years ago

Fix use of unitialized variable resulting in broken ASIO endpoints.

rs_asio - RS ASIO 0.1.5

Published by mdias about 5 years ago

  • Add option to configure buffer size mode in INI file
  • Fix some issues when parsing the INI file
  • Minor logging improvements
rs_asio - RS ASIO 0.1.4

Published by mdias about 5 years ago

  • Fixes a memory corruption issue with ASIO outputs
  • Other minor fixes