We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <module> import audiogen File "/home/jeff/.local/lib/python3.6/site-packages/audiogen/__init__.py", line 2, in <module> from .sampler import frame_rate File "/home/jeff/.local/lib/python3.6/site-packages/audiogen/sampler.py", line 64 except IOError, e: ^ SyntaxError: invalid syntax
audiogen/audiogen/sampler.py
Line 64 in 184dee2
The text was updated successfully, but these errors were encountered:
This is an old, seemingly unmaintained project that hasn't been rewritten for Python 3 support.
Sorry, something went wrong.
The error is within the library. Just "import audiogen" produces that error.
No branches or pull requests
Running Python 3.6.9
The following script:
Generates the error:
audiogen/audiogen/sampler.py
Line 64 in 184dee2
The text was updated successfully, but these errors were encountered: