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

Implement JS image transformations onto the song image #4

Open
bekher opened this issue Nov 5, 2016 · 1 comment
Open

Implement JS image transformations onto the song image #4

bekher opened this issue Nov 5, 2016 · 1 comment
Assignees

Comments

@bekher
Copy link
Owner

bekher commented Nov 5, 2016

Add to web UI, modify the song PNG (or RAW if PNG->RAW conversion is too lossy) using the client's browser, send back to server for conversion back to audio.

@bekher bekher self-assigned this Nov 5, 2016
@Kkevsterrr
Copy link
Collaborator

Kkevsterrr commented Nov 13, 2016

I think actually our entire stack can be migrated to nodejs...
It's basically:
.MP3 -> .wav (can be done w/ https://www.npmjs.com/package/sox)
.wav -> .raw (can also likely be done w/ sox)
.raw -> .png (can hopefully be done with jimp - https://www.npmjs.com/package/jimp)
transformations (node-png - https://www.npmjs.com/package/node-png)
and then back up... what are your thoughts? Would definitely make it faster, a lot quicker to stand up, and better integrated!

EDIT: Moving this to it's own issue

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

No branches or pull requests

2 participants