StreamingKit icon indicating copy to clipboard operation
StreamingKit copied to clipboard

Dose it support double speed?

Open dby opened this issue 5 years ago • 14 comments

dby avatar Jul 30 '19 07:07 dby

Yes did you look at the rate property?

tumtumtum avatar Jul 30 '19 07:07 tumtumtum

Yes did you look at the rate property?

yeah, i'll try. thank you very much

dby avatar Jul 30 '19 07:07 dby

Does it have this property? I searched all the code but didn't find it.

onexf avatar Aug 02 '19 06:08 onexf

Does it have this property? I searched all the code but didn't find it.

STKAudioPlayer.h @property(readwrite) float rate;

keba76 avatar Aug 12 '19 05:08 keba76

Hi,

Is there an equivalent of AVAudioPlayer playAtTime method?

Thanks

iDevelopper avatar Aug 13 '19 12:08 iDevelopper

STKAudioPlayer

i don't find the property rate in STKAudioPlayer.h;

dby avatar Aug 21 '19 16:08 dby

@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)

iDevelopper avatar Aug 22 '19 10:08 iDevelopper

/// 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

dby avatar Aug 22 '19 14:08 dby

A fork?

iDevelopper avatar Aug 22 '19 16:08 iDevelopper

Use the source code directly. StreamingKit installed via cocoapod doesn't have this property.

iOkay avatar Nov 29 '19 10:11 iOkay

i use cocoapods., i don't find the property rate in STKAudioPlayer.h either, how should i change the rate?

yangfan1233 avatar Sep 14 '20 01:09 yangfan1233

Use the source code directly. StreamingKit installed via cocoapod doesn't have this property.

i see. thank you.

dby avatar Sep 27 '20 05:09 dby

can you pls update the pods?

peterpaulis avatar Aug 03 '22 08:08 peterpaulis

Hi guys, can you update the pods, pls ? Many thanks

hugosilvac avatar Jan 31 '23 17:01 hugosilvac