From 1b8fe7073b4877b697bd4101a48d77011100579e Mon Sep 17 00:00:00 2001 From: David Marcec Date: Thu, 30 Jul 2020 18:16:57 +1000 Subject: adpcm streaming --- src/audio_core/voice_context.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/audio_core/voice_context.h') diff --git a/src/audio_core/voice_context.h b/src/audio_core/voice_context.h index b1d554766..13b0a7f0f 100644 --- a/src/audio_core/voice_context.h +++ b/src/audio_core/voice_context.h @@ -101,8 +101,6 @@ struct VoiceState { u32 external_context_size{}; bool is_external_context_used{}; bool voice_dropped{}; - // TODO(ogniK): Hack until ADPCM streaming is implemented - std::vector adpcm_samples{}; }; class VoiceChannelResource { -- cgit v1.2.3