Harman

Results 9 comments of Harman

> Does it have this property? I searched all the code but didn't find it. STKAudioPlayer.h `@property(readwrite) float rate;`

What conditions lead to this crash?

Hi! Between finish and start stream put a mini delay for example in 0.1 - 0.2 seconds.

In your method - (void)setupPlayer, try setting bufferSizeInSeconds to 10 seconds instead of 2 seconds.

As one of the options for the occurrence of such a problem, there may be initialization of AudioSession and Remote Control. These actions must be performed before the player is...

Hi, this feature not supported library.

Hi! If you need to intercept output data, you need to use below method in -(void) connectGraph: `AudioUnitAddRenderNotify(outputUnit,OutputRenderCallVisualize, (__bridge void*)self);` Where OutputRenderCallVisualize is: `static OSStatus OutputRenderCallVisualize(void* inRefCon, AudioUnitRenderActionFlags* ioActionFlags, const...