diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 00:21:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 09:29:59 +0200 |
| commit | 49bc592d53d451ab59a8ae6f3ec74126571fb60a (patch) | |
| tree | c53c56d75c2a5cccc105009a0e6a0c9fc3a1a651 /src/lib/audio_buffers.h | |
| parent | 1b998e92e4313e728389a39408bd67919649c5cb (diff) | |
WIP: more1771-resample-glitches-take4
Diffstat (limited to 'src/lib/audio_buffers.h')
| -rw-r--r-- | src/lib/audio_buffers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_buffers.h b/src/lib/audio_buffers.h index 146d5bd3e..5427766b8 100644 --- a/src/lib/audio_buffers.h +++ b/src/lib/audio_buffers.h @@ -84,6 +84,7 @@ public: void accumulate_frames (AudioBuffers const * from, int32_t frames, int32_t read_offset, int32_t write_offset); void append (std::shared_ptr<const AudioBuffers> other); void trim_start (int32_t frames); + void trim_end (int32_t frames); private: void allocate (int channels, int32_t frames); |
