Skip to content

Instantly share code, notes, and snippets.

View joshjung's full-sized avatar

Joshua Jung joshjung

View GitHub Profile
@hbuschme
hbuschme / buildWithPortAudioMacHomebrew.sh
Created September 5, 2013 21:12
Build script for openSMILE 2.0rc1 on Mac OS X 10.8, with homebrewed PortAudio. This script is derived from the script "buildWithPortAudio.sh" included in the source package of openSMILE 2.0rc1 (released 2013-05-17, URL: http://sourceforge.net/projects/opensmile/files/opensmile-2.0-rc1.tar.gz/download). It links to a system-wide PortAudio version…
#!/bin/sh
# License: GPLv3
#Usage buildWithPortAudio.sh -p [install-prefix] -o [opencv path]
# Default install prefix is $Pwd/inst
OPENCV_INST=""
INSTPREFIX=""