Skip to content

Commit

Permalink
audio.py: fix API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Dec 1, 2020
1 parent 895441e commit 99f44e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptttl/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def ptttl_to_samples(ptttl_data, amplitude=0.5, wavetype=SINE_WAVE):
"""
Convert a PTTTLData object to a list of audio samples.
:param PTTTLData ptttl_data: Song data extracted from PTTTL/RTTTL source text
:param PTTTLData ptttl_data: PTTTL/RTTTL source text
:param float amplitude: Output signal amplitude, between 0.0 and 1.0.
:param int wavetype: Waveform type for output signal. Must be one of\
tones.SINE_WAVE, tones.SQUARE_WAVE, tones.TRIANGLE_WAVE, or tones.SAWTOOTH_WAVE.
Expand Down

0 comments on commit 99f44e3

Please sign in to comment.