Class: AudioCalibrator

AudioCalibrator()

Provides methods for calibrating the user's speakers

Constructor

new AudioCalibrator()

Source:

Extends

Members

(protected) calibrationNodes

Source:

calibrationSteps

Source:

createLocalAudio

Called when a call is received. Creates a local audio DOM element and attaches it to the page.
Source:

downloadData

Download the result of the calibration roudns
Source:

getAllRecordedSignals

Public method to get all the recorded audio signals
Overrides:
Source:

getCalibrationStatus

Getter for the isCalibrating property.
Source:

getLastRecordedSignal

Public method to get the last recorded audio signal
Overrides:
Source:

(protected) localAudio

Source:

(protected) numCalibratingRounds

Source:

(protected) numSuccessfulCaptured

Source:

setSamplingRates

Set the sampling rate to the value received from the listener
Source:

setSinkSamplingRate

Public method to set the sampling rate used by the capture device
Overrides:
Source:

startRecording

Public method to start the recording process.
Overrides:
Source:

stopRecording

Method to stop the recording process.
Overrides:
Source: