Skip to content

Releases: Milkitic/KeyASIO.Net

KeyAsio.Net-v3.0.0-beta.2

22 Jun 09:54
Compare
Choose a tag to compare
Pre-release

Test for update checking

v2.0.2

23 May 03:22
Compare
Choose a tag to compare
  1. Update NAudio
  2. Fix crash bug

v2.0.1

11 Mar 06:53
Compare
Choose a tag to compare

Fix STA bug and other bugs.

v2.0.0

11 Mar 06:15
Compare
Choose a tag to compare
  1. Update framework to .NET 6.0
  2. Use hooking by QueueUserWorkItem (see https://github.com/kfirprods/NonInvasiveKeyboardHook), and release hooking immediately after closing STA Window.
  3. Create audio device in UI thread.
  4. Use Span<T> for audio processing.
  5. Fix the configuration bug, and use .yaml format.
  6. Improve the code and fix bugs.

v0.0.2

19 Nov 15:13
Compare
Choose a tag to compare

Support custom wave format.