dby
dby
> Yes did you look at the `rate` property? yeah, i'll try. thank you very much
> STKAudioPlayer i don't find the property rate in STKAudioPlayer.h;
```/// Gets or sets the volume (ranges 0 - 1.0). /// On iOS the STKAudioPlayerOptionEnableMultichannelMixer option must be enabled for volume to work. @property (readwrite) Float32 volume; /// Gets or...
> Use the source code directly. StreamingKit installed via cocoapod doesn't have this property. i see. thank you.