sono icon indicating copy to clipboard operation
sono copied to clipboard

Use on server?

Open cmdrmcdonald opened this issue 8 years ago • 5 comments

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?

cmdrmcdonald avatar Feb 15 '17 00:02 cmdrmcdonald

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?

ianmcgregor avatar Feb 15 '17 09:02 ianmcgregor

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.

cmdrmcdonald avatar Feb 15 '17 12:02 cmdrmcdonald

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.

ianmcgregor avatar Feb 15 '17 14:02 ianmcgregor

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

cmdrmcdonald avatar Feb 15 '17 14:02 cmdrmcdonald

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.

KonradStuewe avatar May 09 '18 18:05 KonradStuewe