summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-09-08 17:49:04 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2018-09-08 19:56:38 +0200
commit1aa195a9c0416c986c8224d9dc66d9d5e45401a0 (patch)
tree4cd60ccf28c9ab8aeaddce0eb16be3a831ba9196 /src/audio_core/time_stretch.h
parentaudio_core: Add audio stretcher (diff)
downloadyuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.tar
yuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.tar.gz
yuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.tar.bz2
yuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.tar.lz
yuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.tar.xz
yuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.tar.zst
yuzu-1aa195a9c0416c986c8224d9dc66d9d5e45401a0.zip
Diffstat (limited to 'src/audio_core/time_stretch.h')
-rw-r--r--src/audio_core/time_stretch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/time_stretch.h b/src/audio_core/time_stretch.h
index cdead34a2..0322b8b78 100644
--- a/src/audio_core/time_stretch.h
+++ b/src/audio_core/time_stretch.h
@@ -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;
};