Audio for py5 #282
villares
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Interesting. I don't know much about sound in Python. This library you found looks like a good find. What audio formats does it support? The documentation is a bit sparse. From what I've seen, Python audio libraries are either simple + don't support mp3s or are complicated + support mp3s. py5 has |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting to read this: https://k3no.medium.com/integrating-pyaudio-pysimplegui-5fa342b1e113
Update: this could be useful https://www.henryschmale.org/2021/01/07/pygame-linein-audio-viz.html
It looks very promising. Despite my terrible mental model about anything sound-stream-like (so I have asked a sound-savvy friend to join me on these experiments, hopefully soon), I have already tried my hand at the "blocking example"
Next I should have a look at the "callback"/"non-blocking" example and the other PySimpleGUI integration parts to get inspiration for more py5 experiments.
If you are reading this and you would like to try your hand at sound-viz examples with py5, I'd be delighted to see your experiments.
Beta Was this translation helpful? Give feedback.
All reactions