wavformgen.php :: A simple php wrapper for sox, wav2png, wav2json

A mp3 player without a waveform display is kinda dull.

So, how do we get them for free? There are a number of online tools such as the DJ Audio suite.

Or.

We can just "roll our own".

wav2png and wav2json offers us a nice linux based command line solution.

wavformgen.php is a simple wrapper around that solution.

Syntax:

php wavformgen.php 'song.mp3' 'foreground color', 'background color'

php wavformgen.php 'path/to/directory/' 'foreground color', 'background color'
See example mp3 wavform results here

Assuming you have a linux server on hand (I used ubuntu).

1) git wave2png and wav2json (script currently renders both output.). Instructions are included
2) Ensure sox and php are installed on the same server.
3) Run script.
7) Profit.

That is all. Fork and enjoy.

Upgrading Ubuntu 14.10 to 15.04 increases stress and adds hours to development.

...seriously.

Better off just re-installing.

This is my third or fourth week attempting to make Ubuntu give me the functionality I had available with a Windows XP/7 install.

Almost had a desktop I could settle on and foolishly decided to upgrade.

Now I get to spend hours figuring out why an upgrade should break Mysql in such a terrible way.

Found a solution over @ At The Edge Of Time

Author Luís de Sousa shows amazing restraint as he steps thru the process of figuring out this horrible mess.





goBloggerCrawler Blogger Web Crawler in Go

Go-based web crawler used to efficiently extract structured data (titles, video URLs, and tags) from Google Blogger sites using concurrent p...