Home
last modified time | relevance | path

Searched refs:myMic (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmic.py27 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/
Dmic.js31 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);