The documentation for both of these methods are both very generic wherever I look. I would like to know what exactly I\'m looking at with the returned arrays I\'m getting fr
Mozilla 's documentation describes the difference between getFloatTimeDomainData
and getFloatFrequencyData
, which I summarize below. Mozilla docs reference the Web Audio
experiment ; the voice-change-o-matic. The voice-change-o-matic illustrates the conceptual difference to me (it only works in my Firefox; it does not work in my Chrome).
TimeDomain
getFloatTimeDomainData(...)
Frequency
getFloatFrequencyData(...)