We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d6a8f commit 8f3cb39Copy full SHA for 8f3cb39
1 file changed
readme.md
@@ -5,10 +5,13 @@
5
6
## Install
7
8
-Install SoX and some of its handlers for different audio formats. For example, on Ubuntu:
+Install SoX and some of its handlers for different audio formats.
9
+Also you need a `GD` module or other extension providing `imagecreatetruecolor()` functionality.
10
+For example, on Ubuntu:
11
12
```sh
13
sudo apt install sox libsox-fmt-all
14
+sudo apt install php-gd
15
```
16
17
Install this package using the [Composer](https://getcomposer.org) `require` command:
0 commit comments