Skip to content

Commit 1b84629

Browse files
update docs
1 parent 50990b1 commit 1b84629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Usage Example
4848
# Define synth parameters
4949
SAMPLE_RATE = 22050 # The sample rate in SPS
5050
WAVE_TABLE_LENGTH = 512 # The wave table length in samples
51-
SAMPLE_MAXIMUM = 35000 # The maximum value of a sample
51+
SAMPLE_MAXIMUM = 32700 # The maximum value of a sample
5252
5353
# Define the oscillator wave shape, overtone ratio, and amplitude
5454
tone = [(WaveShape.Sine, 1.0, 0.6)]

0 commit comments

Comments
 (0)