Searched refs:useChordPitch (Results 1 – 4 of 4) sorted by relevance
/external/sonic/ |
D | Sonic.java | 28 private boolean useChordPitch; field in Sonic 140 return useChordPitch; in getChordPitch() 145 boolean useChordPitch) in setChordPitch() argument 147 this.useChordPitch = useChordPitch; in setChordPitch() 210 useChordPitch = false; in Sonic() 885 if(!useChordPitch) { in processStreamInput() 894 if(useChordPitch) { in processStreamInput() 953 boolean useChordPitch, in changeFloatSpeed() argument 963 stream.setChordPitch(useChordPitch); in changeFloatSpeed() 979 boolean useChordPitch, in sonicChangeShortSpeed() argument [all …]
|
D | sonic.h | 121 void sonicSetChordPitch(sonicStream stream, int useChordPitch); 138 float rate, float volume, int useChordPitch, int sampleRate, int numChannels); 143 float rate, float volume, int useChordPitch, int sampleRate, int numChannels);
|
D | sonic.c | 32 int useChordPitch; member 139 return stream->useChordPitch; in sonicGetChordPitch() 145 int useChordPitch) in sonicSetChordPitch() argument 147 stream->useChordPitch = useChordPitch; in sonicSetChordPitch() 270 stream->useChordPitch = 0; in sonicCreateStream() 1054 if(!stream->useChordPitch) { in processStreamInput() 1065 if(stream->useChordPitch) { in processStreamInput() 1131 int useChordPitch, in sonicChangeFloatSpeed() argument 1141 sonicSetChordPitch(stream, useChordPitch); in sonicChangeFloatSpeed() 1158 int useChordPitch, in sonicChangeShortSpeed() argument [all …]
|
/external/sonic/doc/ |
D | index.md | 89 …sonicChangeShortSpeed(samples, numSamples, speed, pitch, rate, volume, useChordPitch, sampleRate, …
|