ctanis / RAMP-Webapp

A web-based client application for connecting a RAMP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAMP Webapp

A web-based client application for connecting to a RAMP server, adjusting equalizer functions, and then listening to the results, which are streamed back from the server in realtime.

Generating Waveforms

Waveforms can be generated with the Waveform Ruby gem using the following command, where WIDTH should be equal to the track length (in seconds) multiplied by 30 (pixels):

waveform -W<WIDTH> -H55 -btransparent -c#ffffff <TRACK>.wav <TRACK>.png

In the future, waveforms should be generated by the server using Java in combination with the Waveform.js library.

License

This project is licensed under the terms of the MIT License.

About

A web-based client application for connecting a RAMP server.

License:MIT License