(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... 😉