-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
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
Playing audio with pythreejs? #339
Comments
The audio classes have not been specced out yet: pythreejs/js/scripts/three-class-config.js Lines 77 to 91 in 5857d54
For context: Is there a reason to prefer the pythreejs audio over |
Hi Vidar! Thanks for the feedback. Context: I am building a widget to display and analyze musical juggling patterns. Now, for the musical aspect, I need to play audio at certain times in the animation. If at all possible, I would like a solution that can be controlled purely from the The most versatile tool would be the ability to setup a callback to Python at Tips most welcome :-) (sorry for the topic deviation in this issue) |
I have tried to reproduce the following threejs example in
pythreejs, but with no success yet:
https://threejs.org/docs/#api/en/audio/Audio
Similarly, the Audio constructor takes no argument, etc.
Has anyone managed to play sound with pythreejs?
The text was updated successfully, but these errors were encountered: