| 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 |
| rate — Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| Sampling rate in Hz |
| RATE_11025 — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
| RATE_16000 — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
| RATE_22050 — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
| RATE_44100 — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
| RATE_5512 — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
| RATE_8000 — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
| read(bytes:flash.utils:ByteArray) — method, class com.aispeech.net.http.AIHttpBuffer |
|
Read all data from the current position into the specified byte array. |
| read() — method, class com.aispeech.net.http.io.AIHttpRequestBuffer |
|
Get data for request body. |
| readAvailable() — method, class com.aispeech.net.http.AIHttpBuffer |
|
Read all available bytes. |
| readChunks(onData:Function) — method, class com.aispeech.net.http.AIHttpBuffer |
|
Read chunked encoding. |
| readLine(trim:Boolean) — method, class com.aispeech.net.http.AIHttpBuffer |
|
Read a line from the buffer. |
| READY — Constant Static Property, class com.aispeech.events.FactoryEvent |
|
event data
{connection:IConnection, sessionId:String}
{sessionId:String} from RecorderLib
|
| reconnect() — method, class AudioRecorder4JS |
|
reconnect
|
| reconnect() — method, class com.aispeech.RecorderLib |
|
Reconnect to the server
Perform reconnecting immediately if the current connection is connected
|
| reconnect() — method, class com.aispeech.puremvc.model.AIRecorder4PureMVCProxy |
| |
| RECONNECT — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| record() — method, class com.noteflight.standingwave2.input.MicrophoneInput |
| |
| Recorder4HTTPService — class, package com.aispeech.recorder |
|
Singlton audio recorder/replayer used with HTTP service
Dependencies:
CoreRequester4HTTPService,
HTTPConnection,
Check RecorderBase for base method and properties
|
| Recorder4HTTPService(singleMade:Recorder4HTTPService.as$157:SingleMade) — Constructor, class com.aispeech.recorder.Recorder4HTTPService |
| |
| Recorder4LocalService — class, package com.aispeech.recorder |
|
Singlton audio recorder/replayer used with Local service
Dependencies:
LocalServiceCoreRequester,
HTTPConnection,
Check RecorderBase for base method and properties
TODO: support streaming
|
| Recorder4LocalService(singleMade:Recorder4LocalService.as$155:SingleMade) — Constructor, class com.aispeech.recorder.Recorder4LocalService |
|
Singleton constructor
|
| Recorder4RTMPService — class, package com.aispeech.recorder |
|
recorder used with a RTMP connection
1. |
| Recorder4RTMPService(singleMade:Recorder4RTMPService.as$156:SingleMade) — Constructor, class com.aispeech.recorder.Recorder4RTMPService |
|
Singleton constructor
|
| RecorderBase — class, package com.aispeech.recorder |
|
Base class for audio recorders
|
| RecorderBase() — Constructor, class com.aispeech.recorder.RecorderBase |
| |
| RecorderEvent — class, package com.aispeech.events |
| |
| RecorderEvent(type:String, message:String, data:any, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.aispeech.events.RecorderEvent |
| |
| RECORDEREVENT_EXCEPTION_NO_RECORD — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| recorderEventHandler(event:com.aispeech.events:RecorderEvent) — method, class AudioRecorder4JS |
|
RecorderEvent.RECORD_STOPPED
callback: recorderEventHandler
status code: StatusCode.RECORD_STOP
message:{stopType:}
RecorderEvent.RECORD_STARTED
callback: recorderEventHandler
status code: StatusCode.RECORD_START
message: {recordId:}
RecorderEvent.REPLAY_STOPPED
callback: recorderEventHandler
status code: StatusCode.REPLAY_STOP
message: {stopType:}
RecorderEvent.REPLAY_STARTED
callback: recorderEventHandler
status code: StatusCode.REPLAY_START
message: {recordId:}
RecorderEvent.EXCEPTION_NO_RECORD
callback: recorderEventHandler
status code: StatusCode.EXCEPTION_NO_RECORD
message: {recordId:}
RecorderEvent.RECORDID_GOT
callback: recorderEventHandler
status code: StatusCode.RECORDID_GETTED
message: {recordId:}
|
| RECORDEREVENT_RECORDID_GOT — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| RECORDEREVENT_RECORD_STARTED — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| RECORDEREVENT_RECORD_STOPPED — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| RECORDEREVENT_REPLAY_STARTED — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| RECORDEREVENT_REPLAY_STOPPED — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
| RecorderFactory — class, package com.aispeech.factory |
|
recorder factory
create core requester and recorder as per the available connection
|
| RecorderFactory(target:flash.events:IEventDispatcher) — Constructor, class com.aispeech.factory.RecorderFactory |
| |
| RecorderLib — class, package com.aispeech |
|
RecorderLib is the key component ASSDK provides. |
| RecorderLib() — Constructor, class com.aispeech.RecorderLib |
|
Constructor
|
| _recorderLog — Property, class com.aispeech.recorder.RecorderBase |
| |
| RecorderLog — class, package com.aispeech.log |
|
Record log when a record stops
Information loged included:
Default log of ASSDKLogBase
sessionId
recordId
logType = ASSDKLogType.RECORD_LOG
logEvent = ASSDKLogEvent.RECORD_STOP
tsRecordStart
tsRecordStop
|
| RecorderLog() — Constructor, class com.aispeech.log.RecorderLog |
| |
| recorderState — Property, class com.aispeech.RecorderLib |
| |
| recorderState — Property, class com.aispeech.puremvc.model.AIRecorder4PureMVCProxy |
| |
| RecorderState — class, package com.aispeech.recorder |
|
State enum for audio recorder
NOTREADY
IDLE
WAITINGTOSTARTRECORDING
RECORDING
REPLAYING
|
| recordId — Property, class com.aispeech.log.CoreRequesterLog |
| |
| recordId — Property, class com.aispeech.log.RecorderLog |
| |
| _recordId — Property, class com.aispeech.recorder.RecorderBase |
| |
| RECORDID_GETTED — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| RECORDID_GOT — Constant Static Property, class com.aispeech.events.RecorderEvent |
|
event data: {recordId:String}
|
| recording — Property, class com.noteflight.standingwave2.input.MicrophoneInput |
| |
| RECORDING — Constant Static Property, class com.aispeech.recorder.RecorderState |
| |
| _recordingTimerId — Property, class com.aispeech.recorder.RecorderBase |
| |
| _recordLength — Property, class com.aispeech.recorder.RecorderBase |
| |
| RECORD_LENGTH — Constant Static Property, class com.aispeech.recorder.RecorderBase |
| |
| RECORD_LOG — Constant Static Property, class com.aispeech.log.ASSDKLogType |
| |
| RECORD_MICROPHONE_GAN_CHANGED — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| RECORD_NOT_STARTED — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| RECORD_START — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| RECORD_STARTED — Constant Static Property, class com.aispeech.events.RecorderEvent |
|
event data {recordId:String}
|
| RECORD_STOP — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| RECORD_STOP — Constant Static Property, class com.aispeech.log.ASSDKLogEvent |
| |
| RECORD_STOPPED — Constant Static Property, class com.aispeech.events.RecorderEvent |
|
event data: {stopType:String, recordLength:int, recordId:String}
|
| RED — Static Property, class com.carlcalderon.arthropod.Debug |
|
Predefined colors
|
| registerAIRecorderCommand(applicationFacade:org.puremvc.as3.patterns.facade:Facade) — Static Method , class com.aispeech.puremvc.AIRecorder4PureMVCFacadeHelper |
| |
| registerSound(sound:flash.media:Sound) — Static Method , class com.aispeech.audio.SoundManager |
|
Register a sound asset to the sound manager
|
| release — Property, class com.noteflight.standingwave2.filters.EnvelopeFilter |
| The release duration for the envelope, in frames. |
| remove(name:String) — method, class com.aispeech.net.http.AIHTTPHeader |
|
Remove header. |
| removeAllNetStreamEventListener() — method, class com.aispeech.net.HttpConnection |
| |
| removeEventsWithFunction(parent:any, events:Array, handler:Function) — method, class com.aispeech.common.EventAddToSameFunction |
|
remove events with one function
|
| removeEventsWithFunction(parent:any, events:Array, handler:Function) — method, interface com.aispeech.common.IEventAddToSameFunction |
|
remove events with one function
|
| removeSampleDataEventListener() — method, class com.aispeech.device.MicrophoneDevice |
|
Remove SampleDataEvent listener from the microphone instance
|
| removeTarget(target:mx.logging:ILoggingTarget) — Static Method , class com.aispeech.log.AILog |
| |
| replace(name:String, value:String) — method, class com.aispeech.net.http.AIHTTPHeader |
|
Replace header, if set. |
| REPLAYING — Constant Static Property, class com.aispeech.recorder.RecorderState |
| |
| REPLAY_START — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| REPLAY_STARTED — Constant Static Property, class com.aispeech.events.RecorderEvent |
|
event data: {recordId:String}
|
| REPLAY_STOP — Constant Static Property, class com.aispeech.events.StatusCode |
| |
| REPLAY_STOPPED — Constant Static Property, class com.aispeech.events.RecorderEvent |
|
event data: {stopType:String}
|
| replayVolume — Property, class com.aispeech.RecorderLib |
|
Get replay volume, value between 0 and 100
|
| replayVolume — Property, class com.aispeech.puremvc.model.AIRecorder4PureMVCProxy |
| |
| replayVolume — Property, interface com.aispeech.recorder.IRecorder |
| |
| replayVolume — Property, class com.aispeech.recorder.LocalWave |
|
get replay volume
|
| replayVolume — Property, class com.aispeech.recorder.RecorderBase |
|
get replay volume
|
| requestCore(waveObject:Object) — method, class com.aispeech.core.CoreRequester4HTTPService |
| |
| requestCore(waveObject:Object) — method, class com.aispeech.core.CoreRequester4LocalService |
| |
| requestCore(requestParams:Object) — method, class com.aispeech.core.CoreRequester4RTMPService |
|
request core, start timout timer
|
| requestCore(requestParams:Object) — method, interface com.aispeech.core.ICoreRequester |
| |
| _requestId — Property, class com.aispeech.recorder.RecorderBase |
| |
| requestSpeechCore(params:Object) — method, class AudioRecorder4JS |
|
TODO: direct method call from javascript;
|
| _requestTimeout — Property, class com.aispeech.core.CoreRequesterBase |
| |
| requestURLList(url:String) — method, class com.aispeech.factory.URLListFactory |
|
send the request to server to get URLList
|
| ResamplingFilter — class, package com.noteflight.standingwave2.filters |
|
This filter implementation resamples an input source by interpolating its samples
using a sampling frequency that is some factor higher or lower than its actual
sample rate. |
| ResamplingFilter(source:com.noteflight.standingwave2.elements:IAudioSource, factor:Number) — Constructor, class com.noteflight.standingwave2.filters.ResamplingFilter |
|
Create a new ResamplingFilter to adjust the frequency of its input. |
| reset() — method, class com.aispeech.recorder.LocalWave |
|
reset local wave
|
| resetPosition() — method, interface com.noteflight.standingwave2.elements.IAudioSource |
|
Resets the audio cursor to the beginning of the source, and causes any
cursor-dependent state in the source to be initialized. |
| resetPosition() — method, class com.noteflight.standingwave2.elements.Sample |
|
Resets the audio cursor to the beginning of the source, and causes any
cursor-dependent state in the source to be initialized. |
| resetPosition() — method, class com.noteflight.standingwave2.filters.AbstractFilter |
|
Resets the audio cursor to the beginning of the source, and causes any
cursor-dependent state in the source to be initialized. |
| resetPosition() — method, class com.noteflight.standingwave2.filters.BiquadFilter |
| |
| resetPosition() — method, class com.noteflight.standingwave2.filters.CacheFilter |
| |
| resetPosition() — method, class com.noteflight.standingwave2.filters.EchoFilter |
|
Resets the audio cursor to the beginning of the source, and causes any
cursor-dependent state in the source to be initialized. |
| resetPosition() — method, class com.noteflight.standingwave2.filters.EnvelopeFilter |
| |
| resetPosition() — method, class com.noteflight.standingwave2.filters.ResamplingFilter |
| |
| resetPosition() — method, class com.noteflight.standingwave2.performance.AudioPerformer |
|
Resets the audio cursor to the beginning of the source, and causes any
cursor-dependent state in the source to be initialized. |
| resetPosition() — method, class com.noteflight.standingwave2.sources.AbstractSource |
| |
| resetPosition() — method, class com.noteflight.standingwave2.sources.SineSource |
| |
| resonance — Property, class com.noteflight.standingwave2.filters.BiquadFilter |
|
The resonance of the filter, which controls the degree of attenuation in its frequency response. |
| RESOURCE_ENG_CHOC — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENGLISH_SYN — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_OESY — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_PFLW — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_PICT — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_PQAN — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_PRED — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_PRTL — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_Q3A5 — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_REC — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_SCNE — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_SNT — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_SNT_RSPLP — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_SRED — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_SRTL — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_STRN — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESOURCE_ENG_WRD — Constant Static Property, class com.aispeech.core.CoreRequesterHelper |
| |
| RESPONSE_CONTENT_DONE — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_CR — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSED — Constant Static Property, class com.aispeech.events.NetEvent |
|
event data
{header:Object, body: from RTMPConnection
AIHttpResponse from HTTPConnection
|
| RESPONSE_HDR_ALMOST_DONE — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_HDR_DONE — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_KEY — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_KEY_SPACE — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_LF — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_START — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_STATUS_CODE — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_STATUS_INFO — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_VALUE — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_VERSION — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_WAIT_STATUS — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESPONSE_WAIT_STATUS_INFO — Static Property, class com.aispeech.net.http.AIHttpBuffer |
| |
| RESULT — Constant Static Property, class com.aispeech.events.CoreRequesterEvent |
|
event data:
(actual body, Object) from CoreRequester4RTMP
event data: Object (actually http header) from CoreRequester4LocalService
|
| resume() — method, class com.aispeech.player.HTTPPlayer.WavHTTPPlayer |
| |
| returnCallBack(callBack:String, statusCode:String, param:Object) — method, class AudioRecorder4JS |
|
Make JS callbacks
Note that, JSON String escapes the following characters: %, \, ", and amp (ASDoc does not parse amp character neither...)
text = text.split("%").join("%25")
.split("\\").join("%5c")
.split("\"").join("%22")
.split("amp").join("%26");
JS side should do reverting before processing message
text = text.replace(/%22/g, "\"")
.replace(/%5c/g, "\\")
.replace(/%26/g, "amp")
.replace(/%25/g, "%");
|
| RIFF — class, package org.as3wavsound.sazameki.format.riff |
|
... |
| RIFF(type:String) — Constructor, class org.as3wavsound.sazameki.format.riff.RIFF |
| |
| _right — Property, class org.as3wavsound.sazameki.core.AudioSamples |
| |
| right — Property, class org.as3wavsound.sazameki.core.AudioSamples |
| |
| rightPeak — Property, class org.as3wavsound.WavSoundChannel |
| |
| rpc(method:String, params:Object, callback:Function) — method, class com.aispeech.net.HttpConnection |
|
RPC through a HTTP connection -- i.e. |
| rpc(method:String, params:Object, callback:Function) — method, interface com.aispeech.net.IConnection |
|
Make rpc to the server
|
| rpc(method:String, params:Object, callback:Function) — method, class com.aispeech.net.RTMPConnection |
|
Make rpc to the server
|
| RTMPConnection — class, package com.aispeech.net |
|
RTMP connection
events
TODO****** modify event names
NetEvent.CONNECTED
AudioIOEvent.SERVER_OUT_OF_TIME
AudioIOEvent.EXCEPTION_HOST_NET_CHANGE
AudioIOEvent.EXCEPTION_SERVER_CONNECT_CLOSE
AudioIOEvent.EXCEPTION_SERVER_CONNECT_FAILED
AudioIOEvent.EXCEPTION_SERVER_CONNECT_REJECTED
AudioIOEvent.REPLAY_STOP
|
| RTMPConnection(connectionParams:com.aispeech.net:ConnectionParams, testConnection:Boolean) — Constructor, class com.aispeech.net.RTMPConnection |
|
Constructor
|
|
| 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 |