Constructor # new PitchDetectionVariables() Author: Dan Levy View Source vendors/ML5/PitchDetection/variables.js, line 10 Members # audioContext The audio context. See: https://developer.mozilla.org/en-US/docs/Web/API/AudioContext. View Source vendors/ML5/PitchDetection/variables.js, line 15 # initialize Sets up ML5 pitch detection View Source vendors/ML5/PitchDetection/variables.js, line 33 # micStream The microphone stream See: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia. View Source vendors/ML5/PitchDetection/variables.js, line 21 # pitchDetectionModel The pitch detection model. This is the ML model provided by ML5. View Source vendors/ML5/PitchDetection/variables.js, line 27