浏览代码

oops :) the dead was living, sry.

time to sleep....
dds
Frank 9 年前
父节点
当前提交
f9e116b4ec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      synth_tonesweep.cpp

+ 4
- 0
synth_tonesweep.cpp 查看文件

tone_freq -= tone_incr; tone_freq -= tone_incr;
} }
} }
while(i < AUDIO_BLOCK_SAMPLES) {
*bp++ = 0;
i++;
}
// send the samples to the left channel // send the samples to the left channel
transmit(block,0); transmit(block,0);
release(block); release(block);

正在加载...
取消
保存