-
Notifications
You must be signed in to change notification settings - Fork 15
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
Save multiple sonified data from 'soni_obj.play()' #45
Comments
Interesting idea! We'll add this to our list to do some R&D into what's possible. I'm sure in the mean time you could use audio editing software to overlay multiple sound files on top of each other and then save that as a new single sound file, although I don't know which are free vs. paid, and scriptable vs. not. If you do any investigation about that let us know if you find a tool that works! For my own curiousity, from where are your galaxy group data coming from, if you don't mind sharing? |
Yes, of course, I will look into sound recording/editing, it should be possible, I will keep you updated. The data that I'm using is from my observations for PhD research, I have an idea of making a certain properties through Astronify within a Notebook. Once I have a draft I am happy to share with you the Notebook & Data with it. Are you planning on having some contributed notebooks within your project? |
Update: |
N.B. for developers, see also: https://rdzudzar.github.io/sonify.html (similar/same content as above, with embedded example |
Hi,
I heard the other day about Astronify, what a great project!
As I started exploring and creating sound objects. In Jupyter Notebook I can play simultaneously several files just by having multiple
soni_obj.play()
one after the other, however, I can.wirte()
only individual files, so I was wondering is it possible to write all into a file - as it is played?I'm using it to sonify galaxy groups - therefore, trying to test how clear would be to hear an entire group of galaxies played/saved at the same time.
The text was updated successfully, but these errors were encountered: