2017 © Pedro Peláez
 

library sox-php

A PHP Wrapper for SoundExchange (or SoX).

image

flickerleap/sox-php

A PHP Wrapper for SoundExchange (or SoX).

  • Wednesday, July 5, 2017
  • by flickerleap
  • Repository
  • 2 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SoundExchange PHP

What you need to manipulate audio in PHP

Requirements, (*1)

  1. PHP 5, (*2)

  2. sox installed on your server http://sox.sourceforge.net/ Linux (Ubuntu): sudo apt-get install sox Max OS X: sudo port install sox, (*3)

Optional, (*4)

  1. lame mp3 encoder http://lame.sourceforge.net/

What you get

SoundExchange PHP is an easy to use library which wraps common sox calls. To use SoundExchange include the SoundExchange.php src file in your website and make some calls to included functions. Use any of the static members to convert, trim, & normalize audio files. Some bundled convenience methods are also included, for instance the preview() method which creates a normalized short preview file of the supplied audio file., (*5)

For advanced users you can use the generic sox() call and supply your own commands. It is not recommended to use this function unless you are familiar with how to use sox on the command line., (*6)

The Versions

05/07 2017

dev-master

9999999-dev

A PHP Wrapper for SoundExchange (or SoX).

  Sources   Download

GPL-3.0+

05/07 2017

1.0.0

1.0.0.0

A PHP Wrapper for SoundExchange (or SoX).

  Sources   Download

GPL-3.0+