mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
cubeb_sink: Perform audio stretching
This commit is contained in:
parent
4e439efbf6
commit
d7d7fec6c7
3 changed files with 26 additions and 24 deletions
|
@ -27,7 +27,6 @@ public:
|
|||
private:
|
||||
u32 m_sample_rate;
|
||||
u32 m_channel_count;
|
||||
std::array<s16, 2> m_last_stretched_sample = {};
|
||||
soundtouch::SoundTouch m_sound_touch;
|
||||
double m_stretch_ratio = 1.0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue