alesgenova / pitch-detection-app

A rust / webassembly / react app to detect the pitch of audio signals in real time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

som error happend

dyanggenyong opened this issue · comments

when i run client, report this error

'require is not defined' on file work.js var init = require('pitch-detection-wasm');

how can I fix it