diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-29 22:57:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-29 22:57:12 +0100 |
| commit | acbf27ab408dd43739c081ae9cfe8bf831715453 (patch) | |
| tree | 581dae99d3e61d72572eb8a8831a1d4eac7651d6 | |
| parent | 233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb (diff) | |
Header tweak.
| -rw-r--r-- | src/lib/audio_buffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_buffers.h b/src/lib/audio_buffers.h index c9030dbfa..23e41954f 100644 --- a/src/lib/audio_buffers.h +++ b/src/lib/audio_buffers.h @@ -61,7 +61,7 @@ public: void copy_from (AudioBuffers const * from, int frames_to_copy, int read_offset, int write_offset); void move (int from, int to, int frames); - void accumulate_channel (AudioBuffers const *, int, int, float gain = 1); + void accumulate_channel (AudioBuffers const * from, int from_channel, int to_channel, float gain = 1); void accumulate_frames (AudioBuffers const *, int read_offset, int write_offset, int frames); private: |
