Messing around with music & stuff
(Updated: 2023-05-16)
I've been messing around with the read/write methods in scipy.io.wavfile
to make some "music" using the output of some of my biophysical models.
Example 1
So for example, here's some simulation output with an audio track (caution, may be loud):
So another interesting point... these sounds can be parametrized...
Example 2
Here's another example with different parameters (again, caution of loudness):
So as you can see, there's a wide range of different sound patterns that can be produced, even with just this one model.
Next Steps...
I'm thinking I'll make a public API at some point in the near future so you can make your own physiological music... 😉
Update!
Some new examples... with rhythm!
Thanks to my friend's sage advice, here are a few examples with a subset of parameters mapped to band pass filters.
Example 2-0
We can get some rhythm by utilizing a binary column as a low-pass filter...
Example 2-1
Example 2-2
Here's another with a few different band-pass filters that produces an interesting pattern...
Comments
Post a Comment