-
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
Use on server? #14
Comments
Hi @cmdrmcdonald, this is an interesting prospect. My guess is that out of the box there are likely some browser apis (other than Web Audio itself) we are using that wouldn't be available (refs to window, xhr, etc). The next step with sono is to make it a bit more modular so that the core is smaller and it's easier to add to, so that could help with something like this. What would be the most important features to have available in your use case? |
My use case is to add processing to existing sound files, so basically to load in a file, add a number of effects to it, then save it out with those effects applied. |
In that case I think the modularisation is definitely going to help when it's ready, because you'll be able to use all the effects without having to touch the browser dependent stuff. |
Thanks for the response. Any idea when the modularisation might occur? |
Are there any updates regarding this? I too would like to use this outside the browser, on a raspberry pi to be exact. I still haven't been able to find anything close to the functionality of this library so I would be more than thankful if you could provide some form of update. |
I love what sono does, but am looking for an audio processing library that works on a server rather than a browser. Is this something that sono can do, possibly in conjunction with a package like https://github.com/mohayonao/web-audio-engine to provide the web audio?
The text was updated successfully, but these errors were encountered: