From b1894532afaa2c308f5c50219242643340d24fc2 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 25 Jul 2020 11:48:55 +1000 Subject: [PATCH] Rewording to documentation. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index d9939078..d34e6510 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1125,7 +1125,7 @@ miniaudio supports generation of sine, square, triangle and sawtooth waveforms. The amplitude, frequency and sample rate can be changed dynamically with `ma_waveform_set_amplitude()`, `ma_waveform_set_frequency()` and `ma_waveform_set_sample_rate()` respectively. -You can reverse the waveform by setting the amplitude to a negative value. You can use this to control whether or not a sawtooth has a positive or negative +You can invert the waveform by setting the amplitude to a negative value. You can use this to control whether or not a sawtooth has a positive or negative ramp, for example. Below are the supported waveform types: