Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 02 Apr 04:24
· 32 commits to main since this release

Improvements

  • Replaced NAudio dependency with native WASAPI loopback capture using COM interop (LibraryImport, GeneratedComInterface)
  • Extracted audio conversion logic into dedicated AudioConverter static class
  • Audio capture service simplified to orchestrate the new WasapiLoopbackCapture component