Property | Type | Description | |
---|---|---|---|
envelope | |||
sourceSample |
Property | Type | Description | |
---|---|---|---|
_audioData | |||
_cachedLength | int | ||
_needsNewContainer | bool | ||
_parentCache |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CheckNeedsNewContainer ( ) : void | ||
CleanUp ( ) : void | ||
FillWithResampledData ( int fromIndex, int targetLength, double pitch ) : void | ||
FillWithSampleData ( int fromIndex, int length ) : void | ||
Play ( |
||
Play ( GATPlayer player, |
||
Play ( GATPlayer player, int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
Play ( int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
PlayScheduled ( GATPlayer player, double dspTime, |
||
PlayScheduled ( GATPlayer player, double dspTime, int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
PlayScheduled ( double dspTime, |
||
PlayScheduled ( double dspTime, int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
ProcessedAudioChunk ( |
||
SetPitch ( double newPitch ) : void | ||
UpdateAudioData ( ) : void | ||
UpdateContainer ( ) : void |
Method | Description | |
---|---|---|
Discard ( ) : void | ||
FillAndProcessData ( ) : void |
public FillWithResampledData ( int fromIndex, int targetLength, double pitch ) : void | ||
fromIndex | int | |
targetLength | int | |
pitch | double | |
return | void |
public FillWithSampleData ( int fromIndex, int length ) : void | ||
fromIndex | int | |
length | int | |
return | void |
public Play ( |
||
panInfo | ||
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public Play ( GATPlayer player, |
||
player | GATPlayer | |
panInfo | ||
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public Play ( GATPlayer player, int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
player | GATPlayer | |
trackNb | int | |
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public Play ( int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
trackNb | int | |
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public PlayScheduled ( GATPlayer player, double dspTime, |
||
player | GATPlayer | |
dspTime | double | |
panInfo | ||
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public PlayScheduled ( GATPlayer player, double dspTime, int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
player | GATPlayer | |
dspTime | double | |
trackNb | int | |
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public PlayScheduled ( double dspTime, |
||
dspTime | double | |
panInfo | ||
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public PlayScheduled ( double dspTime, int trackNb, float gain = 1f, GATPlayer mixCallback = null ) : IGATBufferedSampleOptions | ||
dspTime | double | |
trackNb | int | |
gain | float | |
mixCallback | GATPlayer | |
return | IGATBufferedSampleOptions |
public ProcessedAudioChunk ( |
||
sourcesample | ||
ienvelope | ||
parentCache | ||
pitch | double | |
return | UnityEngine |
protected GATProcessedSamplesCache,GAudio _parentCache | ||
return |