Skip to content

Releases: maximal/audio-waveform-php

1.2.1

14 Feb 15:15
Compare
Choose a tag to compare

Fixed PhpDoc for $filename param of getWaveform() method.

1.2.0

13 Feb 09:37
3df8226
Compare
Choose a tag to compare

Added $onePhase parameters to getWaveformData() and getWaveform() methods for getting only positive (i.e. one phase) waveform data and image.

#4

Thanks to @bradley-varol!

1.1.0

22 Oct 13:23
Compare
Choose a tag to compare
  • getWaveformData() method for retrieving the waveform data without generating the image (useful for integrations);
  • $soxCommand configuration for custom SoX command (useful when the command is different than sox).

Thanks to @promocare!

1.0.1

25 Oct 12:00
Compare
Choose a tag to compare

Correct duration parsing.

#1

1.0.0

22 Nov 11:09
Compare
Choose a tag to compare

First public release.