summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-24 06:44:32 +0200
committerLioncash <mathew1800@gmail.com>2018-10-24 06:46:17 +0200
commit6d2761499464324c09a7b2c4c330a2409694d004 (patch)
treebf0ae4c0be89ddca3b2c8481e97412ed2f72a17e /src/audio_core/time_stretch.h
parentMerge pull request #1551 from ogniK5377/improved-svcbreak (diff)
downloadyuzu-6d2761499464324c09a7b2c4c330a2409694d004.tar
yuzu-6d2761499464324c09a7b2c4c330a2409694d004.tar.gz
yuzu-6d2761499464324c09a7b2c4c330a2409694d004.tar.bz2
yuzu-6d2761499464324c09a7b2c4c330a2409694d004.tar.lz
yuzu-6d2761499464324c09a7b2c4c330a2409694d004.tar.xz
yuzu-6d2761499464324c09a7b2c4c330a2409694d004.tar.zst
yuzu-6d2761499464324c09a7b2c4c330a2409694d004.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 decd760f1..bb2270b96 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;
soundtouch::SoundTouch m_sound_touch;
double m_stretch_ratio = 1.0;
};