summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-07 12:45:46 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-07 12:45:46 +0100
commit263eee639546964aaa57f5d2d3b24008ecfe8adb (patch)
treeea13690bef2af13d2ceaa9db89d98f033a121ba1 /src/lib/util.h
parent74519cfb5e325d6f95a1b583dc471bb970f98ef6 (diff)
A few fixes; try to support sndfile audio in player.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 1fe6212e4..f4af7c22b 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -182,6 +182,7 @@ public:
void copy_from (AudioBuffers* from, int frames_to_copy, int read_offset, int write_offset);
void move (int from, int to, int frames);
+ void accumulate (boost::shared_ptr<AudioBuffers>, int, int);
private:
/** Number of channels */