Releases: fabiovinotti/BasicAudioPlayer
Releases · fabiovinotti/BasicAudioPlayer
3.1.3
3.1.2
Fix: seeking to playback duration always fails
3.1.1
Fix: duration property of AVAudioFile is not accessible from external modules
3.1.0
- Added rendering functionality to BAPlayer
- Bug fixes
Version 3.0.0
This release is mainly about improving the BAPlayer class.
New features include:
- BAPlayer takes care of attaching, connecting and disconnecting audio nodes
- BAPlayer allows its user to provide a closure to handle a status change
- BAPlayer cannot be subclassed anymore
- BAPlayer can manage an effects chain made up of audio units
- Improved unit tests
- Improved documentation
Version 2.1.0
Several updates to AudioPlayerNode, improved documentation, better log messages, and bug fixes.
Version 2.0.2
- Fixed an issue that caused the BAPlayer deinitialization process to fail
- Added some tests
Version 2.0.1
Bug fixes.
Version 2.0.0
This update is mainly about refactoring.
- Core playback functionalities have been moved from BAPlayer to the new AudioPlayerNode object, a wrapper of AVAudioPlayerNode.
- BAPlayer has been simplified to be more versatile.