diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-18 23:19:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-18 23:19:22 +0100 |
| commit | 75518e16a2c35400ac641975c74ff72b404cef69 (patch) | |
| tree | c9baedfcbc728aacb5d748faa91f1c4ef3c58239 /src/lib/audio_buffers.h | |
| parent | 88ea433b3fa1c09b94ffc94b48e164a40ede9cfa (diff) | |
Try to make audio gain work again.
Diffstat (limited to 'src/lib/audio_buffers.h')
| -rw-r--r-- | src/lib/audio_buffers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/audio_buffers.h b/src/lib/audio_buffers.h index 0950f5d67..75bc686f8 100644 --- a/src/lib/audio_buffers.h +++ b/src/lib/audio_buffers.h @@ -57,6 +57,8 @@ public: void make_silent (int c); void make_silent (int from, int frames); + void apply_gain (float); + 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); |
