From c73ebff94bcd7d9c9a3ae42a0480dad9d9f5d890 Mon Sep 17 00:00:00 2001 From: Pete Yandell Date: Fri, 29 Jan 2010 03:57:05 +1100 Subject: SoX 14.3.0 SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms. http://sox.sourceforge.net/ Signed-off-by: David Höppner <0xffea@gmail.com> --- Library/Formula/sox.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/sox.rb (limited to 'Library/Formula/sox.rb') diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb new file mode 100644 index 000000000..227f4055f --- /dev/null +++ b/Library/Formula/sox.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Sox