mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
SoundTouch resampler integration
This commit is contained in:
parent
3a804674c9
commit
107107107c
28 changed files with 576 additions and 402 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue