From 8adfb3bd99b4dcff2459756af090a640fd7a4b4a Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 19 Jun 2015 16:24:27 -0400 Subject: clone --- pysoundtouch/src/soundtouchmodule.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pysoundtouch/src/soundtouchmodule.h (limited to 'pysoundtouch/src/soundtouchmodule.h') diff --git a/pysoundtouch/src/soundtouchmodule.h b/pysoundtouch/src/soundtouchmodule.h new file mode 100644 index 0000000..6f533eb --- /dev/null +++ b/pysoundtouch/src/soundtouchmodule.h @@ -0,0 +1,17 @@ +/* + * python interface to soundtouch (the open-source audio processing library) + * Expose BMP detection and Shifting to python + */ + +#ifndef __SOUNDTOUCH_MODULE_H__ +#define __SOUNDTOUCH_MODULE_H__ + +#include + +/* module accessible functions */ +extern "C" { + PyObject* py_soundtouch_new(PyObject* self, PyObject* args); + PyObject* py_bpmdetect_new(PyObject* self, PyObject* args); +} + +#endif -- cgit v1.2.3-70-g09d2