Download the PHP package jasny/audio without Composer
On this page you can find all versions of the php package jasny/audio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package audio
Jasny Audio
Process audio files using SoX
Waveform
With the Jasny\Audio\Waveform class you can create a waveform as PNG like:
Alternatively you can request a set of samples. This can be used to set draw a waveform in JavaScript (see waveform.js).
Options
option | default | unit | description |
---|---|---|---|
width | 1800 | pixels | Image width |
height | 280 | pixels | Image height |
color | 000000 | hex or rgba | Color of the graph |
axis | null | hex or rgba | Color of the x axis |
level | null | The max amplitute (y axis) | |
offset | null | seconds | Starting point. Negative counts from end |
duration | null | seconds | Duration of the track of chart |
Track statistics
Convert track
Convert a track to a different format. Uses avconv (or ffmpeg).
Combine tracks
Combine two tracks. Uses sox --combine
.
Available methods
- concatenate
- merge
- mix
- mix-power
- multiply
- sequence
All versions of audio with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jasny/audio contains the following files
Loading the files please wait ....