-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dose it support double speed? #441
Comments
Yes did you look at the |
yeah, i'll try. thank you very much |
Does it have this property? I searched all the code but didn't find it. |
STKAudioPlayer.h |
Hi, Is there an equivalent of AVAudioPlayer playAtTime method? Thanks |
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) |
|
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? |
i see. thank you. |
can you pls update the pods? |
Hi guys, can you update the pods, pls ? |
No description provided.
The text was updated successfully, but these errors were encountered: