updated README.md to represent the full possible usage of the waveform generation
This commit is contained in:
parent
60534a1dbb
commit
4b1033f8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ documentation below for more information.
|
|||
The ouput file MUST use the PNG extension.
|
||||
|
||||
```php
|
||||
$waveform = $audio->waveform(640, 120);
|
||||
$waveform = $audio->waveform(640, 120, ['#00FF00']);
|
||||
$waveform->save('waveform.png');
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue