adpcm streaming
This commit is contained in:
parent
3dcbba38bf
commit
1b8fe7073b
4 changed files with 32 additions and 27 deletions
|
@ -520,8 +520,7 @@ void VoiceContext::SortInfo() {
|
|||
}
|
||||
|
||||
void VoiceContext::UpdateStateByDspShared() {
|
||||
std::memcpy(voice_states.data(), dsp_voice_states.data(),
|
||||
sizeof(VoiceState) * dsp_voice_states.size());
|
||||
voice_states = dsp_voice_states;
|
||||
}
|
||||
|
||||
} // namespace AudioCore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue