浏览代码

Fix buffer management in stereo DAC output

dds
PaulStoffregen 8 年前
父节点
当前提交
24c6b7e11e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      output_dacs.cpp

+ 2
- 2
output_dacs.cpp 查看文件

} }
if (block_right != &block_silent) { if (block_right != &block_silent) {
release(block_right); release(block_right);
block_left_1st = block_left_2nd;
block_left_2nd = NULL;
block_right_1st = block_right_2nd;
block_right_2nd = NULL;
} }


if (update_responsibility) update_all(); if (update_responsibility) update_all();

正在加载...
取消
保存