StreamingKit
StreamingKit copied to clipboard
Dose it support double speed?
Yes did you look at the rate
property?
Yes did you look at the
rate
property?
yeah, i'll try. thank you very much
Does it have this property? I searched all the code but didn't find it.
Does it have this property? I searched all the code but didn't find it.
STKAudioPlayer.h
@property(readwrite) float rate;
Hi,
Is there an equivalent of AVAudioPlayer playAtTime method?
Thanks
STKAudioPlayer
i don't find the property rate in STKAudioPlayer.h;
@interface STKAudioPlayer : NSObject<STKDataSourceDelegate>
/// 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 sets the player muted state
@property (readwrite) BOOL muted;
/// Gets the current item duration in seconds
@property (readonly) double duration;
/// Gets the current item progress in seconds
@property (readonly) double progress;
/// Gets or sets the playback rate (default is 1.0)
@property(readwrite) float rate;
// Gets or sets the playback overlap (default is 8.0)
/// On iOS the STKAudioPlayerOptionEnableMultichannelMixer option must be enabled for volume to work.
@property (readwrite) Float32 volume;
/// Gets or sets the player muted state
@property (readwrite) BOOL muted;
/// Gets the current item duration in seconds
@property (readonly) double duration;
/// Gets the current item progress in seconds
@property (readonly) double progress;
/// Enables or disables peak and average decibel meteting
@property (readwrite) BOOL meteringEnabled;
/// Enables or disables the EQ
@property (readwrite) BOOL equalizerEnabled;
/// Returns an array of STKFrameFilterEntry objects representing the filters currently in use
@property (readonly, nullable) NSArray* frameFilters;```
i use AdvancedStreamingKit 1.0.0
thank you very much
A fork?
Use the source code directly. StreamingKit installed via cocoapod doesn't have this property.
i use cocoapods., i don't find the property rate in STKAudioPlayer.h either, how should i change the rate?
Use the source code directly. StreamingKit installed via cocoapod doesn't have this property.
i see. thank you.
can you pls update the pods?
Hi guys, can you update the pods, pls ? Many thanks