Closed tkell closed 7 years ago
I'm curious about straightening out a few concepts and ensuring that I understand them.
The user may be able to access the audio on some sort of S3-like system so they can use it in JavaScript projects.
What is "the audio"? Are you referring, for example, to the audio samples generated by librosa? So, conceptually, instead of writing the audio samples in an amen.audio.Audio
object to a local file, they would get written to an arbitrary location; in this case, S3?
Less important for now, but keeping in mind for future:
It would be super-ideal if things like The Infinite Jukebox could just use our endpoint. May not be possible tho.
In other words, would it be ideal if amen-server could be a fully compatible, drop-in replacement?
Hey hey!
Audio
object.
Basically, we want to recreate something very much like The Echo Nest's
track/upload
endpoint. This means that:POST
audio to the server and get a JSON blob of analysis back.It would be super-ideal if things like The Infinite Jukebox could just use our endpoint. May not be possible tho.