Bill Shirley
Bill Shirley
The `AudioPlayerManager` class has two public functions that take a queue number/generation as a parameter. ``` open func prepend(_ audioTracks: [AudioTrack], toQueue generation: Int) open func append(_ audioTracks: [AudioTrack], toQueue...
I'm not sure if the documentation is lying to me, or the code is wrong. AudioPlayerManager.swift v.1.2.3 ``` /// Set this to true if the `AudioPlayerManager` log should be enabled....
I suggest identifying relevant [topics](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics) for this repo. In particular: **swift**, **json** and **json-schema**. Currently, a search for **json-schema** on the [Swift Package Index](https://swiftpackageindex.com/search?query=json-schema) will not return this effort.
GitHub is looking for the Code of Conduct in a file named **CODE_OF_CONDUCT.md**. If you navigate to Insights > Community Standards, it has code of conduct listed as missing. I...