v0.2.3 - Microphone modularization, bug fixes
In this release:
- Microphone modularization: you can now inherit from
MicrophoneBase
to write your own implementation of the microphone, to be used by thePlaythrough
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