Searched refs:Microphone (Results 1 – 8 of 8) sorted by relevance
36 Microphone::Microphone(int micPin) { in Microphone() function in Microphone47 Microphone::~Microphone() { in ~Microphone()57 Microphone::getSampledWindow (unsigned int freqMS, int numberOfSamples, in getSampledWindow()80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold()98 Microphone::printGraph (thresholdContext* ctx) { in printGraph()
61 class Microphone {68 Microphone(int micPin);73 ~Microphone();
2 set (libdescription "Microphone simple API")
34 upm::Microphone *sensor = NULL;50 sensor = new upm::Microphone(0); in main()
41 upm_mic.Microphone sensor = new upm_mic.Microphone(0); in main()
27 mymic = pyupm_mic.Microphone(1)
27 myMic = upmMicrophone.Microphone(0)
31 var myMic = new upmMicrophone.Microphone(0);