UpdateSound method
Update sound buffer with new data
Implementation
void UpdateSound(
SoundD sound,
TypedDataList data,
int sampleCount,
) => run(
() => _debugLabels.UpdateSound(sound, data, sampleCount),
() => _flat.UpdateSound(
sound,
$.TypedDataList$.Array(data),
sampleCount,
),
);