Hi,
In some older version of Sparrow there used to be the "pan" property in SPSoundChannel. In 2.1 (or some other version) this property has disappeared.
I tried to find release notes that might explain the removal, no luck yet (CHANGELOG.md did not help).
In my app I want to play mono sounds at a location in the stereo panorama. Any idea how I can accomplish that in 2.1?
I consider panning to be very useful in my app because it will also be released for tvOS. Too bad it was removed...
I see that there are subclasses SPAVSoundChannel and SPALSoundChannel, but there is no pan parameter either.
Thanks for any help!