diff options
| author | bunnei <bunneidev@gmail.com> | 2018-10-24 17:39:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-24 17:39:53 -0400 |
| commit | 29f748a65804bf5ad35410bce955dda1d52459a9 (patch) | |
| tree | 22aa78a5c71059b0ad3d28f7a6d126ce55dadba5 /src/audio_core/time_stretch.h | |
| parent | 69b35d7615c714c1cabd56eec7d19fc14bd12317 (diff) | |
| parent | 6d2761499464324c09a7b2c4c330a2409694d004 (diff) | |
Merge pull request #1565 from lioncash/audio
time_stretch: Remove unused m_channel_count member variable
Diffstat (limited to 'src/audio_core/time_stretch.h')
| -rw-r--r-- | src/audio_core/time_stretch.h | 1 |
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; }; |
