AudioGlue
sox based adapter¶ ↑
An AudioGlue adapter based on the sox command line tool.
Dependencies¶ ↑
-
SoX (for sox adapter)
Debian / Ubuntu¶ ↑
apt-get install sox
Mac¶ ↑
# Note: flac must be installed before sox so it will link during compilation. # One of the following: sudo port install flac sox brew install flac sox
Usage¶ ↑
For now the adapter supports only :file
snippet types.
Usage example:
adapter = AudioGlue::SoxAdapter.new builder = AudioGlue::Builder.new(adapter) # Build binary audio using an instance of AudioGlue::Template: builder.build(template)
Credits¶ ↑
Copyright¶ ↑
Copyright © 2013 TMX Credit. See LICENSE.txt for further details.