We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50990b1 commit 1b84629Copy full SHA for 1b84629
README.rst
@@ -48,7 +48,7 @@ Usage Example
48
# Define synth parameters
49
SAMPLE_RATE = 22050 # The sample rate in SPS
50
WAVE_TABLE_LENGTH = 512 # The wave table length in samples
51
- SAMPLE_MAXIMUM = 35000 # The maximum value of a sample
+ SAMPLE_MAXIMUM = 32700 # The maximum value of a sample
52
53
# Define the oscillator wave shape, overtone ratio, and amplitude
54
tone = [(WaveShape.Sine, 1.0, 0.6)]
0 commit comments