summaryrefslogtreecommitdiff
path: root/libaudiofile/modules/rebuffer.h
diff options
context:
space:
mode:
authorGraydon, Tracy <tracy.graydon@intel.com>2012-11-28 18:07:32 -0800
committerGraydon, Tracy <tracy.graydon@intel.com>2012-11-28 18:07:32 -0800
commitf9151a123d7943fb7e944a38b1aa835c03b0188e (patch)
treee7dfd84705f5db614d08449cb3e70c4dad74ff97 /libaudiofile/modules/rebuffer.h
downloadaudiofile-f9151a123d7943fb7e944a38b1aa835c03b0188e.tar.gz
audiofile-f9151a123d7943fb7e944a38b1aa835c03b0188e.tar.bz2
audiofile-f9151a123d7943fb7e944a38b1aa835c03b0188e.zip
Diffstat (limited to 'libaudiofile/modules/rebuffer.h')
-rw-r--r--libaudiofile/modules/rebuffer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libaudiofile/modules/rebuffer.h b/libaudiofile/modules/rebuffer.h
new file mode 100644
index 0000000..4c6fae1
--- /dev/null
+++ b/libaudiofile/modules/rebuffer.h
@@ -0,0 +1,10 @@
+#ifndef REBUFFER_H
+#define REBUFFER_H
+
+_AFmoduleinst _af_initfloatrebufferv2f (AFframecount nsamps, bool multiple_of);
+_AFmoduleinst _af_initfloatrebufferf2v (AFframecount nsamps, bool multiple_of);
+
+_AFmoduleinst _af_initint2rebufferv2f (AFframecount nsamps, bool multiple_of);
+_AFmoduleinst _af_initint2rebufferf2v (AFframecount nsamps, bool multiple_of);
+
+#endif /* REBUFFER_H */