offitracker.py aktualisiert

This commit is contained in:
Emanulator 2024-01-02 20:33:37 +00:00
parent d359f5e4ba
commit 478ad98720

View File

@ -14,9 +14,6 @@ import sounddevice as sd
# (c) 2024 mueller_minki, Feel free to modify or share.
stop_signal = False
def stop_playback():
stop_signal = True
def play_square_waves(output_stream, frequencies, effects, duration, amplitude=1, noise_amplitude=0, sample_rate=44100):
if stop_signal == True:
output_stream.stop()