algorithmic-music-exploration / amen-server

Server to run Amen analysis and return JSON results.
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Goals #1

Closed tkell closed 7 years ago

tkell commented 7 years ago

Basically, we want to recreate something very much like The Echo Nest's track/upload endpoint. This means that:

It would be super-ideal if things like The Infinite Jukebox could just use our endpoint. May not be possible tho.

alnesbit commented 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?

tkell commented 7 years ago

Hey hey!