diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 12:45:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 12:45:46 +0100 |
| commit | 263eee639546964aaa57f5d2d3b24008ecfe8adb (patch) | |
| tree | ea13690bef2af13d2ceaa9db89d98f033a121ba1 /src/lib/util.h | |
| parent | 74519cfb5e325d6f95a1b583dc471bb970f98ef6 (diff) | |
A few fixes; try to support sndfile audio in player.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
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 */ |
