Closed zhenwei2972 closed 2 years ago
Hi is there support for intergration with perhaps SoundPool to play in stereo rather than just playing it in mono
With the release of v2.0.0, this is possible:
private val zenTone = ZenTone(channelMask = AudioFormat.CHANNEL_OUT_STEREO)
Hi is there support for intergration with perhaps SoundPool to play in stereo rather than just playing it in mono