mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-15 11:30:02 +01:00
Fixed a typo bug
This commit is contained in:
parent
7ddf78f073
commit
6c1867263c
@ -317,7 +317,7 @@ void SoundTouch::putSamples(const SAMPLETYPE *samples, uint nSamples)
|
|||||||
pTDStretch->putSamples(samples, nSamples);
|
pTDStretch->putSamples(samples, nSamples);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
#ifndef _PREVENT_CLICK_AT_RATE_CROSSOVER
|
#ifndef PREVENT_CLICK_AT_RATE_CROSSOVER
|
||||||
else if (rate <= 1.0f)
|
else if (rate <= 1.0f)
|
||||||
{
|
{
|
||||||
// transpose the rate down, output the transposed sound to tempo changer buffer
|
// transpose the rate down, output the transposed sound to tempo changer buffer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user