Skip to content

v4.0.0 Preview 2: silence detection through audio listeners

Pre-release
Pre-release

Choose a tag to compare

@jfversluisjfversluis released this 09 Apr 20:00
· 13 commits to main since this release
f28f968

@Toine-db didn't stop at just adding streaming support, he has now added audio listeners.

With these listeners you can tap into the live audio stream and do whatever you want with it! This version comes with pre-built listeners to:

  • Detect silence
  • Measure decibels
  • Measure RMS

You can use just one of these, or all of them together. Or, if you want to do some other processing, you can write your own listener as well!

In addition to that we have updated the plugin to use .NET 9, added documentation for all this, added missing API documentation in this library and fixed a couple of bugs.

Please let us know how you like all this!

What's Changed

Full Changelog: v4.0.0-preview1...v4.0.0-preview2