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 |
CacheFilter — class, package com.noteflight.standingwave2.filters |
|
This audio filter does not transform its underlying source. |
CacheFilter(source:com.noteflight.standingwave2.elements:IAudioSource) — Constructor, class com.noteflight.standingwave2.filters.CacheFilter |
| |
CANNOT_BE_BUFFERING — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_IDLE — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_INIT — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_LOADED — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_LOADING — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_NOT_READY — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_PAUSE — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_PLAYING — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_RECORDING — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_REPLAYING — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CANNOT_BE_TORECORD — Constant Static Property, class com.aispeech.events.StatusCode |
| |
change — Event, class com.noteflight.standingwave2.input.MicrophoneInput |
| Dispatched as data is recorded to reflect a change in the underlying sample. |
channel — Property, class com.noteflight.standingwave2.output.AudioPlayer |
|
The SoundChannel currently employed for playback, or null if there is none. |
channel — Property, class com.noteflight.standingwave2.output.AudioSampleHandler |
| |
channelData — Property, class com.noteflight.standingwave2.elements.Sample |
| Array of Vectors of data samples as Numbers, one Vector per channel. |
channels — Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| Number of channels |
channels — Property, class com.noteflight.standingwave2.elements.Sample |
|
The number of channels in this sample
|
channels — Property, class org.as3wavsound.sazameki.core.AudioSetting |
| |
CHANNELS_MONO — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
CHANNELS_STEREO — Constant Static Property, class com.noteflight.standingwave2.elements.AudioDescriptor |
| |
checkLatency(repeatCount:int, delay:int) — method, class com.aispeech.net.ConnectionBase |
|
check latency
|
Chunk — class, package org.as3wavsound.sazameki.format.riff |
|
RIFF Chunk class
|
Chunk(id:String) — Constructor, class org.as3wavsound.sazameki.format.riff.Chunk |
| |
_chunkLength — Property, class com.aispeech.net.http.AIHttpBuffer |
| |
_chunks — Property, class org.as3wavsound.sazameki.format.riff.LIST |
| |
clear() — Static Method , class com.aispeech.events.StatusCode |
|
clear _statusArray
|
clear() — Static Method , class com.carlcalderon.arthropod.Debug |
|
Clears all the traces, including arrays and bitmaps
from the Arthropod application window. |
clear() — method, class com.noteflight.standingwave2.elements.Sample |
|
Clear this sample. |
clear() — method, class com.noteflight.standingwave2.input.MicrophoneInput |
| |
clearRequestTimeout(requestId:String) — method, class com.aispeech.core.CoreRequesterBase |
|
clearn timeout closure function
|
clearSamples() — method, class org.as3wavsound.sazameki.core.AudioSamples |
|
Always resets length to its former state. |
clone() — method, class com.aispeech.events.AIEvent |
| |
clone() — method, interface com.noteflight.standingwave2.elements.IAudioSource |
|
Return a copy of this source which is functionally identical to it, but which
is not required to preserve the audio cursor position or any other internal
state. |
clone() — method, class com.noteflight.standingwave2.elements.Sample |
|
Clone this Sample. |
clone() — method, class com.noteflight.standingwave2.filters.AbstractFilter |
|
Return a copy of this source which is functionally identical to it, but which
is not required to preserve the audio cursor position or any other internal
state. |
clone() — method, class com.noteflight.standingwave2.filters.BiquadFilter |
| |
clone() — method, class com.noteflight.standingwave2.filters.CacheFilter |
| |
clone() — method, class com.noteflight.standingwave2.filters.EchoFilter |
| |
clone() — method, class com.noteflight.standingwave2.filters.EnvelopeFilter |
| |
clone() — method, class com.noteflight.standingwave2.filters.GainFilter |
| |
clone() — method, class com.noteflight.standingwave2.filters.ResamplingFilter |
| |
clone() — method, class com.noteflight.standingwave2.performance.AudioPerformer |
| |
clone() — method, interface com.noteflight.standingwave2.performance.IPerformance |
|
Obtain a clone of this performance, preserving all of its timing information but
cloning all contained audio sources. |
clone() — method, class com.noteflight.standingwave2.performance.ListPerformance |
| |
clone() — method, class com.noteflight.standingwave2.performance.QueuePerformance |
| |
clone() — method, class com.noteflight.standingwave2.sources.AbstractSource |
| |
clone() — method, class com.noteflight.standingwave2.sources.SineSource |
| |
clone() — method, class com.noteflight.standingwave2.sources.SoundSource |
| |
code — Property, class com.aispeech.net.http.AIHttpResponse |
| |
com.aispeech — package |
| |
com.aispeech.audio — package |
| |
com.aispeech.auth — package |
| |
com.aispeech.common — package |
| |
com.aispeech.core — package |
| |
com.aispeech.device — package |
| |
com.aispeech.events — package |
| |
com.aispeech.factory — package |
| |
com.aispeech.log — package |
| |
com.aispeech.net — package |
| |
com.aispeech.net.http — package |
| |
com.aispeech.net.http.io — package |
| |
com.aispeech.player.HTTPPlayer — package |
| |
com.aispeech.puremvc — package |
| |
com.aispeech.puremvc.controller — package |
| |
com.aispeech.puremvc.model — package |
| |
com.aispeech.recorder — package |
| |
com.aispeech.sys — package |
| |
com.aispeech.view — package |
| |
com.carlcalderon.arthropod — package |
| |
com.noteflight.standingwave2.elements — package |
| |
com.noteflight.standingwave2.filters — package |
| |
com.noteflight.standingwave2.formats — package |
| |
com.noteflight.standingwave2.input — package |
| |
com.noteflight.standingwave2.output — package |
| |
com.noteflight.standingwave2.performance — package |
| |
com.noteflight.standingwave2.sources — package |
| |
com.noteflight.standingwave2.utils — package |
| |
complete — Event, class com.noteflight.standingwave2.output.AudioPlayer |
| |
complete — Event, class com.noteflight.standingwave2.output.AudioSampleHandler |
| |
computeCoefficients() — method, class com.noteflight.standingwave2.filters.BiquadFilter |
|
Called to force calculation of the derived coefficients. |
concaveUnipolar(parameter:Number) — Static Method , class com.noteflight.standingwave2.utils.AudioUtils |
|
Compute a normalized concave unipolar control signal going from +1 to 0
as the input goes from 0 to +1;
|
connect() — method, class com.aispeech.net.HttpConnection |
|
Connect to an HTTP server
|
connect() — method, interface com.aispeech.net.IConnection |
|
connect to the server
|
connect() — method, class com.aispeech.net.RTMPConnection |
|
connect to a RTMP server
|
CONNECTED — Constant Static Property, class com.aispeech.events.NetEvent |
|
event data
{sessionId:String} from RTMPConnection
null from HTTPConnection
|
CONNECTED — Constant Static Property, class com.aispeech.net.ConnectionState |
| |
CONNECTING — Constant Static Property, class com.aispeech.net.ConnectionState |
| |
ConnectionBase — class, package com.aispeech.net |
|
Base class of Connection classes
Implement common Connection class properties and methods
Checkout the protected properties and methods for the details. |
ConnectionBase(connectionParams:com.aispeech.net:ConnectionParams, testConnection:Boolean) — Constructor, class com.aispeech.net.ConnectionBase |
|
Base constructor
Prepare
connection params,
state,
event dispatcher
|
ConnectionFactory — class, package com.aispeech.factory |
|
Connection factory
If not instructed, connection factory firstly try local service (timout in 2 seconds). |
ConnectionFactory(authSignagure:Object, urlListServiceURL:String, connectLocalService:Boolean) — Constructor, class com.aispeech.factory.ConnectionFactory |
|
Constructor
|
connectionHistory — Property, class com.aispeech.factory.ConnectionFactory |
| |
_connectionLog — Property, class com.aispeech.net.ConnectionBase |
| |
ConnectionLog — class, package com.aispeech.log |
|
Session log when ASPing returns any result
Information loged included:
Default log of ASSDKLogBase
sessionId (allow missing)
logType = ASSDKLogType.SESSION_LOG
logEvent = ASSDKLogEvent.CONNECTION_RESULT
tsConnectionStart
tsConnectionResult
connectionURL
connectionStatus
connectionResultReason
|
ConnectionLog(test:Boolean) — Constructor, class com.aispeech.log.ConnectionLog |
| |
connectionParams — Property, class com.aispeech.net.ConnectionBase |
| |
connectionParams — Property, interface com.aispeech.net.IConnection |
| |
ConnectionParams — class, package com.aispeech.net |
|
Plain value object holding connection params, including
url [read only]: scheme://domain:port
scheme [read only]:
domain [read only]:
port [read only]:
timeout: default 3000 (ms)
authSignature: default null
|
ConnectionParams(url:String, timeout:int, authSignature:Object) — Constructor, class com.aispeech.net.ConnectionParams |
|
Constructor
|
CONNECTION_RESULT — Constant Static Property, class com.aispeech.log.ASSDKLogEvent |
| |
connectionResultReason — Property, class com.aispeech.log.ConnectionLog |
| |
connectionState — Property, class com.aispeech.RecorderLib |
| |
connectionState — Property, class com.aispeech.puremvc.model.AIRecorder4PureMVCProxy |
| |
ConnectionState — class, package com.aispeech.net |
| |
connectionStatus — Property, class com.aispeech.log.ConnectionLog |
| |
connectionURL — Property, class com.aispeech.log.ConnectionLog |
| |
contains(name:String, value:String) — method, class com.aispeech.net.http.AIHTTPHeader |
|
Check if we have the name, value pair. |
content — Property, class com.aispeech.net.http.AIHTTPHeader |
|
Get the header content for HTTP request. |
_content — Property, class com.aispeech.net.http.AIHttpBuffer |
| |
content — Property, class com.aispeech.net.http.AIHttpBuffer |
| |
content — Property, class com.aispeech.net.http.AIHttpResponse |
| |
contentLength — Property, class com.aispeech.net.http.AIHttpResponse |
|
Get content length. |
contentType — Property, class com.aispeech.net.http.AIHttpRequest |
|
Set content type. |
CONTENT_TYPE_AUDIO — Static Property, class com.aispeech.net.RTMPConnection |
| |
CONTENT_TYPE_TEXT — Static Property, class com.aispeech.net.RTMPConnection |
| |
COPYRIGHTS — Constant Static Property, class com.aispeech.Info |
| |
CoreRequester4HTTPService — class, package com.aispeech.core |
| |
CoreRequester4HTTPService(localServiceConnection:com.aispeech.net:HttpConnection) — Constructor, class com.aispeech.core.CoreRequester4HTTPService |
| |
CoreRequester4LocalService — class, package com.aispeech.core |
|
Core requester used with local service
TODO: support streaming core request
|
CoreRequester4LocalService(localServiceConnection:com.aispeech.net:HttpConnection) — Constructor, class com.aispeech.core.CoreRequester4LocalService |
|
Constructor
|
CoreRequester4RTMPService — class, package com.aispeech.core |
|
core requester using with RTMP connection
|
CoreRequester4RTMPService(rtmpConnection:com.aispeech.net:RTMPConnection) — Constructor, class com.aispeech.core.CoreRequester4RTMPService |
| |
CoreRequesterBase — class, package com.aispeech.core |
| |
CoreRequesterBase(target:flash.events:IEventDispatcher) — Constructor, class com.aispeech.core.CoreRequesterBase |
| |
CoreRequesterEvent — class, package com.aispeech.events |
|
Events defined for com.aispeech.core package
|
CoreRequesterEvent(type:String, message:String, data:any, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.aispeech.events.CoreRequesterEvent |
| |
COREREQUESTEREVENT_EXCEPTION_TIME — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
coreRequesterEventHandler(event:com.aispeech.events:CoreRequesterEvent) — method, class AudioRecorder4JS |
|
CoreRequesterEvent.RESULT
callback: coreRequesterEventHandler
status code: StatusCode.CORE_REQUEST_GETTED
message: core results
CoreRequesterEvent.EXCEPTION_TIMEOUT
callback: errorEventHandler
status code: StatusCode.CORE_REQUEST_TIMEOUT
message: {recordId:}
CoreRequesterEvent.EXCEPTION_PARAMETERS_ERROR
callback: errorEventHandler
status code: StatusCode.CORE_REQUEST_ERROR
message: empty
CoreRequesterEvent.EXCEPTION_RESPONSE_ERROR
callback: errorEventHandler
status code: StatusCode.CORE_REQUEST_ERROR
message: response data
|
COREREQUESTEREVENT_RESULT — Constant Static Property, class com.aispeech.puremvc.AIRecorder4PureMVCNotification |
| |
CoreRequesterHelper — class, package com.aispeech.core |
| |
_coreRequesterLog — Property, class com.aispeech.core.CoreRequesterBase |
| |
CoreRequesterLog — class, package com.aispeech.log |
|
Record log when a core request result got
Information loged included:
Default log of ASSDKLogBase
sessionId
recordId
logType = ASSDKLogType.RECORD_LOG
logEvent = ASSDKLogEvent.COREREQUEST_RESULT
tsCoreRequestStart
tsCoreRequestResult
coreRequestResultReason
|
CoreRequesterLog() — Constructor, class com.aispeech.log.CoreRequesterLog |
| |
coreRequesterParams — Property, class com.aispeech.core.CoreRequesterBase |
| |
coreRequesterParams — Property, interface com.aispeech.core.ICoreRequester |
| |
CORE_REQUEST_ERROR — Constant Static Property, class com.aispeech.events.StatusCode |
| |
coreRequesterState — Property, class com.aispeech.RecorderLib |
| |
coreRequesterState — Property, class com.aispeech.puremvc.model.AIRecorder4PureMVCProxy |
| |
CoreRequesterState — class, package com.aispeech.core |
| |
CORE_REQUEST_GETTED — Constant Static Property, class com.aispeech.events.StatusCode |
| |
COREREQUEST_RESULT — Constant Static Property, class com.aispeech.log.ASSDKLogEvent |
| |
coreRequestResultReason — Property, class com.aispeech.log.CoreRequesterLog |
| |
CoreRequestStatus() — method, class AudioRecorder4JS |
|
get the core requester state
|
CORE_REQUEST_TIMEOUT — Constant Static Property, class com.aispeech.events.StatusCode |
| |
CoreResultHttpGetter — class, package com.aispeech.core |
| |
CoreResultHttpGetter() — Constructor, class com.aispeech.core.CoreResultHttpGetter |
| |
cpuPercentage — Property, class com.noteflight.standingwave2.output.AudioPlayer |
|
The estimated percentage of CPU resources being consumed by sound synthesis. |
cpuPercentage — Property, class com.noteflight.standingwave2.output.AudioSampleHandler |
| Reports % of CPU used after each SampleDataEvent based on last event interval |
createConnection() — method, class com.aispeech.factory.ConnectionFactory |
|
Create connection(s)
check local host first
then all rtmp
then rtmpt
if all fails check http connetions
|
createConnection() — method, class com.aispeech.factory.GroupConnectionStrategy |
| |
createConnectionParamsArray(urlListArray:Array, timeout:int, authSignagure:Object) — method, class com.aispeech.factory.ConnectionFactory |
| |
createRecorder(connection:com.aispeech.net:IConnection) — method, class com.aispeech.factory.RecorderFactory |
|
return core requester and recorder as per the available connection
|
createSample(wav:flash.utils:ByteArray) — Static Method , class com.noteflight.standingwave2.formats.WaveFile |
|
Given a WAV file in the form of a ByteArray, return a Sample
that includes its data. |
_currentStreamId — Property, class com.aispeech.core.CoreRequesterBase |
| |
_cursor — Property, class com.aispeech.net.http.AIHttpBuffer |
| |
|
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 |