mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-31 09:36:48 +08:00
Spectrogram - WASM port (#26)
* wip in progress * wip * done * fix small window behavior
This commit is contained in:
@@ -115,7 +115,6 @@
|
||||
window.addEventListener('keydown', onkeydown, true);
|
||||
|
||||
setTimeout(checkLoop, 100);
|
||||
//window.requestAnimationFrame(renderFrame);
|
||||
}
|
||||
|
||||
function doInit() {
|
||||
@@ -142,10 +141,6 @@
|
||||
x.hidden = false;
|
||||
}
|
||||
|
||||
//function renderFrame() {
|
||||
// window.requestAnimationFrame(renderFrame);
|
||||
//}
|
||||
|
||||
var Module = {
|
||||
arguments: [],
|
||||
preRun: [(function() {
|
||||
|
||||
Reference in New Issue
Block a user