Searched defs:useChordPitch (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/sonic/ |
H A D | Sonic.java | 28 private boolean useChordPitch; field in Sonic 144 setChordPitch( boolean useChordPitch) setChordPitch() argument 946 changeFloatSpeed( float samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) changeFloatSpeed() argument 972 sonicChangeShortSpeed( short samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) sonicChangeShortSpeed() argument [all...] |
H A D | sonic.c | 32 int useChordPitch; member 143 sonicSetChordPitch( sonicStream stream, int useChordPitch) sonicSetChordPitch() argument 1124 sonicChangeFloatSpeed( float *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) sonicChangeFloatSpeed() argument 1151 sonicChangeShortSpeed( short *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) sonicChangeShortSpeed() argument [all...] |
Completed in 4 milliseconds