Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
Dgrovespeaker.cxx86 void GroveSpeaker::playSound(char letter, bool sharp, std::string vocalWeight) in playSound() argument
98 if (vocalWeight.compare("low") == 0) in playSound()
100 else if (vocalWeight.compare("med") == 0) in playSound()
102 else if (vocalWeight.compare("high") == 0) in playSound()
113 if (vocalWeight.compare("low") == 0) in playSound()
115 else if (vocalWeight.compare("med") == 0) in playSound()
117 else if (vocalWeight.compare("high") == 0) in playSound()
Dgrovespeaker.h93 void playSound(char letter, bool sharp, std::string vocalWeight);