Check whether an object is instance of AudioBuffer.
Usage
var isAudioBuffer = ;var ctx = ;var AudioBuffer = ; ; //true; //true; //false; //false
Because there is too many implementations of AudioBuffer (1, 2, 3, 4) to rely on a instanceof AudioBuffer
.