speeding-rocket

Results 1 issues of speeding-rocket

I have created the following script: ``` import sounddevice as sd sample_rate = 44100 duration = 2 recording = sd.rec(int(seconds * sample_rate), samplerate=sample_rate, channels=1) sd.wait() ``` When running this script,...