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

Use on server? #14

Open
cmdrmcdonald opened this issue Feb 15, 2017 · 5 comments
Open

Use on server? #14

cmdrmcdonald opened this issue Feb 15, 2017 · 5 comments

Comments

@cmdrmcdonald
Copy link

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?

@ianmcgregor
Copy link
Contributor

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?

@cmdrmcdonald
Copy link
Author

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.

@ianmcgregor
Copy link
Contributor

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.

@cmdrmcdonald
Copy link
Author

Thanks for the response. Any idea when the modularisation might occur?

@KonradStuewe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants