A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
gain — Property, class com.noteflight.standingwave2.filters.GainFilter
The gain factor applied.
gainFactor — Property, class com.noteflight.standingwave2.output.AudioSampleHandler
Overall gain factor for output
GainFilter — class, package com.noteflight.standingwave2.filters
GainFilter applies a fixed gain factor to the underlying source.
GainFilter(source:com.noteflight.standingwave2.elements:IAudioSource, gain:Number) — Constructor, class com.noteflight.standingwave2.filters.GainFilter
Create a new GainFilter.
generateAuthSignatureFromKeys(appKey:String, secretKey:String) — Static Method , class com.aispeech.auth.AuthSignatureGenerator
Return auth signature as an AS Object { appKey:"appKey", timeStamp:"timeStamp", sig:"signature" }
generateAuthSignatureFromKeyString(keysString:String) — Static Method , class com.aispeech.auth.AuthSignatureGenerator
Return auth signature as an AS Object { appKey:"appKey", timeStamp:"timeStamp", sig:"signature" }
generateChannel(data:Vector$Number, channel:Number, numFrames:Number) — method, class com.noteflight.standingwave2.sources.AbstractSource
generateChannel(data:Vector$Number, channel:Number, numFrames:Number) — method, class com.noteflight.standingwave2.sources.SineSource
generateSignature(str1:String, str2:String, str3:String) — Static Method , class com.aispeech.auth.AuthSignatureGenerator
generate signature TODO to add the algorithm
genRecordId() — method, class com.aispeech.recorder.RecorderBase
Generate record ID, using UUID
get(obj:any) — Static Method , class com.aispeech.log.ObjectMemoryHash
getAudioCurrentTime() — method, class com.aispeech.player.HTTPPlayer.WavHTTPPlayer
getAudioTotalTime() — method, class com.aispeech.player.HTTPPlayer.WavHTTPPlayer
getChannelSample(channel:Number, index:Number) — method, class com.noteflight.standingwave2.elements.Sample
Return a sample for the given channel and frame index
getConnectStatus() — method, class AudioRecorder4JS
get the connection state
getElementsInRange(start:Number, end:Number) — method, interface com.noteflight.standingwave2.performance.IPerformance
Obtain a list of of PerformanceElements in this performance, ordered by starting frame index, whose starting frame lies in a given range.
getElementsInRange(start:Number, end:Number) — method, class com.noteflight.standingwave2.performance.ListPerformance
Obtain a list of of PerformanceElements in this performance, ordered by starting frame index, whose starting frame lies in a given range.
getElementsInRange(start:Number, end:Number) — method, class com.noteflight.standingwave2.performance.QueuePerformance
Obtain a list of of PerformanceElements in this performance, ordered by starting frame index, whose starting frame lies in a given range.
getHeader(uri:com.adobe.net:URI) — method, class com.aispeech.net.http.AIHttpRequest
Get header.
getHeight() — method, class com.aispeech.view.VolumeBar
getInstance() — Static Method , class com.aispeech.device.MicrophoneDevice
Get a MicrophoneDevice (singleton) instance
getInstance() — Static Method , class com.aispeech.log.AthropodTarget
getInstance() — Static Method , class com.aispeech.log.FirebugTarget
getInstance() — Static Method , class com.aispeech.log.JSTarget
getInstance() — Static Method , class com.aispeech.recorder.LocalWave
getInstance() — Static Method , class com.aispeech.recorder.Recorder4HTTPService
getInstance() — Static Method , class com.aispeech.recorder.Recorder4LocalService
getInstance() — Static Method , class com.aispeech.recorder.Recorder4RTMPService
getInterpolatedSample(channel:Number, pos:Number) — method, class com.noteflight.standingwave2.elements.Sample
Return an interpolated sample for a non-integral sample position.
getLog(name:String) — method, class com.aispeech.log.ASSDKLogBase
getLogger(category:String) — Static Method , class com.aispeech.log.AILog
By default, add AthropodTarget, log level ALL, filter ["]
getLuaScript(requestParams:Object) — Static Method , class com.aispeech.core.CoreRequesterHelper
Generate lua script
getLuaScript4Eval(resource:String, params:Object) — Static Method , class com.aispeech.core.CoreRequesterHelper
Lua script generator for eval cores
getLuaScript4_exam(resource:String, params:Object) — Static Method , class com.aispeech.core.CoreRequesterHelper
Lua script generator for exam cores
getLuaScript4Rec(params:Object) — Static Method , class com.aispeech.core.CoreRequesterHelper
Lua script generator for rec cores
getLuaScript4_snt_exam(resource:String, params:Object) — Static Method , class com.aispeech.core.CoreRequesterHelper
Lua script generator for snt.exam cores
getLuaScript4Sync(resource:String, params:Object) — Static Method , class com.aispeech.core.CoreRequesterHelper
Lua script generator for sync cores
getMicStatus() — method, class AudioRecorder4JS
get the mic status
getMicVolume() — method, class AudioRecorder4JS
get mic volume (gain)
getNotifyAudioVolume() — method, class AudioRecorder4JS
get Ding volume
getRecorderStatus() — method, class AudioRecorder4JS
get the recorder status
getRecordTime() — method, class AudioRecorder4JS
TODO
getReplayAudioVolume() — method, class AudioRecorder4JS
get replay volume
getResult() — method, class com.aispeech.core.CoreResultHttpGetter
getSample(numFrames:Number) — method, interface com.noteflight.standingwave2.elements.IAudioSource
Retrieve a number of sample frames from this source as a Sample object, starting from the audio cursor position.
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.elements.Sample
Retrieve a number of sample frames from this source as a Sample object, starting from the audio cursor position.
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.filters.AbstractFilter
Retrieve a number of sample frames from this source as a Sample object, starting from the audio cursor position.
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.filters.CacheFilter
Get the next run of audio by calling getSampleRange() based on the current cursor position.
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.filters.EnvelopeFilter
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.filters.ResamplingFilter
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.performance.AudioPerformer
Retrieve a number of sample frames from this source as a Sample object, starting from the audio cursor position.
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.sources.AbstractSource
getSample(numFrames:Number) — method, class com.noteflight.standingwave2.sources.SoundSource
getSampleRange(fromOffset:Number, toOffset:Number) — method, interface com.noteflight.standingwave2.elements.IRandomAccessSource
Return a Sample representing a concrete subrange of this source.
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave2.elements.Sample
Return a Sample representing a concrete subrange of this source.
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave2.filters.CacheFilter
Get the concrete audio data from this source that occurs within a given time interval.
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave2.filters.ResamplingFilter
Get the concrete audio data from this source that occurs within a given time interval.
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave2.sources.SoundSource
getState() — method, class AudioRecorder4JS
getTimeStamp() — Static Method , class com.aispeech.log.ASSDKLogBase
getValue(name:String) — method, class com.aispeech.net.http.AIHTTPHeader
Get header value for name.
getVolume(index:int) — Static Method , class com.aispeech.audio.SoundManager
return volume of the given channel
getWaveHeader(sampleRate:int, sampleAlign:int) — Static Method , class com.aispeech.core.CoreRequesterHelper
Generate wave header
getWaveLength(wave:flash.utils:ByteArray, sampleRate:int) — method, class com.aispeech.recorder.RecorderBase
get wave length (ms)
GREEN — Static Property, class com.carlcalderon.arthropod.Debug
GroupConnectionStrategy — class, package com.aispeech.factory
GroupConnectionStrategy: connect to given server one after another Dispatch FactoryEvent.READY when one connection available, data {connection:IConnection} Dispatch FactoryEvent.EXCEPTION_TIMEOUT when all connection tries fail.
GroupConnectionStrategy(connectionParamsArray:Array) — Constructor, class com.aispeech.factory.GroupConnectionStrategy
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z