Skip to content

v4.0.0 Preview 1: Streaming audio is here

Pre-release
Pre-release

Choose a tag to compare

@jfversluisjfversluis released this 04 Apr 15:33
· 23 commits to main since this release
5d86fff

With this release you can now access the audio stream directly while recording. Use the new AudioStreamer for this. This allows you to process the audio directly as it comes in 🤯

Big shout out to @Toine-db for doing the hard work on this 🙏

Additionally, you can now fast play an already prepared audio channel and you have some additional options to set specific to Android playback.

Let us know how you like all these new goodies!

What's Changed

  • Recording stream option with event handler for LinearPCM by @Toine-db in #160
  • Add AudioContentType & AudioUsageKind for Android by @jfversluis in #163
  • Add fast-Play method to AudioMixer by @taublast in #158

New Contributors

Full Changelog: v3.1.1...v4.0.0-preview1