Searched refs:myMic (Results 1 – 2 of 2) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | mic.py | 27 myMic = upmMicrophone.Microphone(0) variable 39 len = myMic.getSampledWindow(2, 128, buffer); 41 thresh = myMic.findThreshold(threshContext, 30, buffer, len) 42 myMic.printGraph(threshContext) 47 del myMic
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | mic.js | 31 var myMic = new upmMicrophone.Microphone(0); variable 46 var len = myMic.getSampledWindow(2, 128, buffer); 49 var thresh = myMic.findThreshold(threshContext, 30, buffer, len); 50 myMic.printGraph(threshContext);
|