adpcm streaming
This commit is contained in:
parent
3dcbba38bf
commit
1b8fe7073b
4 changed files with 32 additions and 27 deletions
|
@ -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<s16> adpcm_samples{};
|
||||
};
|
||||
|
||||
class VoiceChannelResource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue