Home
last modified time | relevance | path

Searched refs:useChordPitch (Results 1 – 4 of 4) sorted by relevance

/external/sonic/
DSonic.java28 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 …]
Dsonic.h121 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);
Dsonic.c32 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/
Dindex.md89 …sonicChangeShortSpeed(samples, numSamples, speed, pitch, rate, volume, useChordPitch, sampleRate, …