本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
visus
/
teensy-audio
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
oops :) the dead was living, sry.
time to sleep....
dds
Frank
8 年之前
父節點
b39702fe52
當前提交
f9e116b4ec
共有
1 個檔案被更改
,包括
4 行新增
和
0 行删除
分割檢視
顯示文件統計
+4
-0
synth_tonesweep.cpp
+ 4
- 0
synth_tonesweep.cpp
查看文件
@@ -119,6 +119,10 @@ void AudioSynthToneSweep::update(void)
tone_freq -= tone_incr;
}
}
while(i < AUDIO_BLOCK_SAMPLES) {
*bp++ = 0;
i++;
}
// send the samples to the left channel
transmit(block,0);
release(block);
Write
Preview
Loading…
取消
儲存