Jeff McGrath

Results 1 issues of Jeff McGrath

Running Python **3.6.9** The following script: ``` #!/usr/bin/env python3 import audiogen audiogen.sampler.play(audiogen.tone(440)) ``` Generates the error: ``` jeff@machine:~$ ./test_audio.py Traceback (most recent call last): File "./test_audio.py", line 3, in import...