createSound

open suspend override fun createSound(data: ByteArray, streaming: Boolean, props: AudioDecodingProps, name: String): Sound
open suspend override fun createSound(vfs: Vfs, path: String, streaming: Boolean, props: AudioDecodingProps): Sound
open suspend override fun createSound(data: AudioData, formats: AudioFormats, streaming: Boolean, name: String): Sound