Skip to content
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

Add sonomotiongram #171

Open
alexarje opened this issue Dec 22, 2020 · 2 comments
Open

Add sonomotiongram #171

alexarje opened this issue Dec 22, 2020 · 2 comments
Assignees
Labels
audio all audio-related issues enhancement New feature or request

Comments

@alexarje
Copy link
Contributor

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?

@alexarje alexarje added enhancement New feature or request audio all audio-related issues labels Dec 22, 2020
@balintlaczko
Copy link
Collaborator

My first guess would be scipy.fft.ifft, and the challenge will probably be how to represent/reshape the image data "properly" to that.

@alexarje
Copy link
Contributor Author

alexarje commented Nov 6, 2023

Thinking about upcoming workshops, it would actually be cool to get this implemented. I guess you have some related code already working @balintlaczko ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audio all audio-related issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants