getFloatTimeDomainData abstract method
- TauFloat32Array array
The getFloatTimeDomainData()
method of the AnalyserNode Interface
copies the current waveform, or time-domain, data into a Float32Array
array passed into it. Each array value is a sample, the magnitude of the
signal at a particular time.
Implementation
void getFloatTimeDomainData(TauFloat32Array array);