Is it possible to use the Analyser node in the offlineAudioContext to do frequency analysis?
Analyser
offlineAudioContext
I found out that ScriptProcessor
ScriptProcessor
The analyser isn't really intended to be used in the offlineContext; in fact, it was originally named "RealtimeAnalyser". But even more importantly, right now you won't get consistent functionality from script processors in offline contexts, either.