mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-10-08 05:12:14 -07:00
cubeb_sink: Perform audio stretching
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user