瀏覽代碼

Update effect_rectifier.cpp

Bug: was overwriting a read-only buffer
dds
Pete 4 年之前
父節點
當前提交
7cafab457d
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      effect_rectifier.cpp

+ 1
- 1
effect_rectifier.cpp 查看文件

@@ -30,7 +30,7 @@

void AudioEffectRectifier::update(void)
{
audio_block_t *block = receiveReadOnly();
audio_block_t *block = receiveWritable();
if (!block) return;

int16_t *p = block->data;

Loading…
取消
儲存