Home
last modified time | relevance | path

Searched refs:SONIC_MIN_PITCH (Results 1 – 3 of 3) sorted by relevance

/external/sonic/
Dsonic.h60 #define SONIC_MIN_PITCH 65 macro
DSonic.java13 private static final int SONIC_MIN_PITCH = 65; field in Sonic
182 maxPeriod = sampleRate/SONIC_MIN_PITCH; in allocateStreamBuffers()
Dsonic.c213 int maxPeriod = sampleRate/SONIC_MIN_PITCH; in allocateStreamBuffers()