addressing author requested fixes/changes

This commit is contained in:
Ivan Ganev 2017-11-05 16:28:24 +02:00
commit 8950598211
3 changed files with 6 additions and 2 deletions

View file

@ -108,6 +108,7 @@ class Audio extends AbstractStreamableMedia
*
* @param integer $width
* @param integer $height
* @param array $colors Array of colors for ffmpeg to use. Color format is #000000 (RGB hex string with #)
* @return Waveform
*/
public function waveform($width = 640, $height = 120, $colors = [Waveform::DEFAULT_COLOR])