audiofilter / pyspuc

Python extensions for spuc library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyspuc

Python extensions for spuc library (github.com/audiofilter/spuclib) using boost python

This builds OK on Mac (and Linux with newer GCCs, or older versions of files with older GCC)

Build status - Mac OSX, clang - Automated Travis Build

Build Status

Requirements:

	boost
	python
	cmake
	spuclib

	boost/python/cmake install via Homebrew or Apt-get
	(for Homebrew boost-python install now boost-python and separate from boost)

	# this builds needed libraries for linking
	git clone https://github.com/audiofilter/spuclib.git
	cd spuclib; mkdir build; cd build; cmake ..; make


	(see .travis.yml for install steps if needed)
	cd build
	cmake ..
	make

Demo Graph from matplotlib example

About

Python extensions for spuc library


Languages

Language:C++ 99.8%Language:Python 0.2%Language:Makefile 0.1%