Skip to content

v0.2.3 - Microphone modularization, bug fixes

Compare
Choose a tag to compare
@RobCharisma RobCharisma released this 16 Sep 11:19
· 2 commits to main since this release

In this release:

  • Microphone modularization: you can now inherit from MicrophoneBase to write your own implementation of the microphone, to be used by the Playthrough class.
    • This is useful if you have some special requirements for audio, such as a microphone class that works on specific platforms.
  • Various bug fixes for playthroughs not being disposed properly after the game shuts down.

Full Changelog: 0.2.2...v0.2.3