SoundTouch resampler integration

This commit is contained in:
Vestral 2022-01-05 17:26:12 +09:00 committed by Megamouse
parent 3a804674c9
commit 107107107c
28 changed files with 576 additions and 402 deletions

View file

@ -25,9 +25,9 @@ public:
simple_ringbuf(simple_ringbuf&& other);
simple_ringbuf& operator=(simple_ringbuf&& other);
u32 get_free_size();
u32 get_used_size();
u32 get_total_size();
u32 get_free_size() const;
u32 get_used_size() const;
u32 get_total_size() const;
// Thread unsafe functions.
void set_buf_size(u32 size);