MGT-python
MGT-python copied to clipboard
Add sonomotiongram
It would be nice to add the possibility of creating sonifications of various kinds. One approach could be to implement sonomotiongrams, which is based on doing an iFFT on the motiongram matrix. Not sure what would be the best audio library for this in Python?
My first guess would be scipy.fft.ifft, and the challenge will probably be how to represent/reshape the image data "properly" to that.
Thinking about upcoming workshops, it would actually be cool to get this implemented. I guess you have some related code already working @balintlaczko ?