v4.0.0 Preview 2: silence detection through audio listeners
Pre-release
Pre-release
·
13 commits
to main
since this release
@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
- fix audio stream options may crash stream by @Toine-db in #165
- Audio listeners by @Toine-db in #166
- Add missing XML API docs by @jfversluis in #167
- Update to .NET 9 by @jfversluis in #168
- Documentation, audio manipulation example, and splitting audio in different channels by @Toine-db in #169
- Fix sample pages layout by @jfversluis in #172
- Remove obsoleted SetSpeed method by @jfversluis in #170
- Audio should not play when changing speed by @jfversluis in #171
Full Changelog: v4.0.0-preview1...v4.0.0-preview2