sijeko/waveform

There is no license information available for the latest version (dev-master) of this package.

dev-master 2016-11-10 08:39 UTC

This package is not auto-updated.

Last update: 2024-10-07 13:22:47 UTC


README

This project is based on boyhagemann Waveform.

Usage

You must have installed ffmpeg

Create an object from Writer class with path to music as parameter

use Sijeko\Waveform\Writer;
 
$w = new Writer('ogg.ogg');

Using

$w->getImage()

you get image in browser.

Using

$w->saveImage('save_as.png')

you save image.