* park
* park - working
* Adds support for Ogg Vorbis
* fixes
* fix rateNode issue
* Update README to remove M4A limitation note
Removed limitation note for non-optimized M4A files.
* Update iOS requirement from 13.0 to 15.0
* improvements
* removes debug message
* improves `isSeekable` property
* fix
* Refactors project use pure Package.swift and swift test
* Refactor GitHub Actions workflow for Swift package testing
* Allow playing custom streams
This lets users implement custom streams that can be played. For
example, I have a websocket interface that I fetch data from. I
can wrap that stream into a CoreAudioStreamSource and add that to
the player.
* Add example of using a custom stream
* Add ability to queue custom streams