SessionAudioController
此内容尚不支持你的语言。
Defined in: packages/sdk/src/audio-controller.ts:113
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SessionAudioController(
host):SessionAudioController
Defined in: packages/sdk/src/audio-controller.ts:114
Parameters
Section titled “Parameters”AudioControllerHost
Returns
Section titled “Returns”SessionAudioController
Methods
Section titled “Methods”analyze()
Section titled “analyze()”analyze(
options):Promise<LoudnessReport>
Defined in: packages/sdk/src/audio-controller.ts:141
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioAnalysisOptions = {}
Returns
Section titled “Returns”Promise<LoudnessReport>
Implementation of
Section titled “Implementation of”analyzeAudioEnergyChanges()
Section titled “analyzeAudioEnergyChanges()”analyzeAudioEnergyChanges(
options):Promise<AudioEnergyChangeDetectionResult>
Defined in: packages/sdk/src/audio-controller.ts:187
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioAnalysisOptions = {}
Returns
Section titled “Returns”Promise<AudioEnergyChangeDetectionResult>
Implementation of
Section titled “Implementation of”AelionAudioApi.analyzeAudioEnergyChanges
analyzeBeats()
Section titled “analyzeBeats()”analyzeBeats(
options):Promise<BeatDetectionResult>
Defined in: packages/sdk/src/audio-controller.ts:158
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioAnalysisOptions = {}
Returns
Section titled “Returns”Promise<BeatDetectionResult>
Implementation of
Section titled “Implementation of”analyzeScenes()
Section titled “analyzeScenes()”analyzeScenes(
options):Promise<AelionAudioSceneCompatibilityResult>
Defined in: packages/sdk/src/audio-controller.ts:176
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioAnalysisOptions = {}
Returns
Section titled “Returns”Promise<AelionAudioSceneCompatibilityResult>
Implementation of
Section titled “Implementation of”configureMastering()
Section titled “configureMastering()”configureMastering(
options):TransactionCommit
Defined in: packages/sdk/src/audio-controller.ts:121
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”AelionAudioApi.configureMastering
detectSilence()
Section titled “detectSilence()”detectSilence(
options):Promise<SilenceDetectionResult>
Defined in: packages/sdk/src/audio-controller.ts:220
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioRemoveSilenceOptions
Returns
Section titled “Returns”Promise<SilenceDetectionResult>
Implementation of
Section titled “Implementation of”getMastering()
Section titled “getMastering()”getMastering():
AelionAudioMasteringOptions|undefined
Defined in: packages/sdk/src/audio-controller.ts:116
Returns
Section titled “Returns”AelionAudioMasteringOptions | undefined
Implementation of
Section titled “Implementation of”removeSilence()
Section titled “removeSilence()”removeSilence(
options):Promise<AelionAudioRemoveSilenceResult>
Defined in: packages/sdk/src/audio-controller.ts:256
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioRemoveSilenceOptions
Returns
Section titled “Returns”Promise<AelionAudioRemoveSilenceResult>
Implementation of
Section titled “Implementation of”waveform()
Section titled “waveform()”waveform(
options):Promise<WaveformPeakResult>
Defined in: packages/sdk/src/audio-controller.ts:204
Parameters
Section titled “Parameters”options
Section titled “options”AelionAudioWaveformOptions = {}
Returns
Section titled “Returns”Promise<WaveformPeakResult>