diff --git a/.gitignore b/.gitignore index 80b3a04..6cb02eb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ openblas openfst emsdk test.js -test.wasm \ No newline at end of file +test.wasm +src/*.o \ No newline at end of file diff --git a/Examples/fromMic.html b/Examples/fromMic.html index 208ec10..48ddb7b 100644 --- a/Examples/fromMic.html +++ b/Examples/fromMic.html @@ -1,43 +1,45 @@ -
- - + + + + - // Connect transferer to microphone - micNode.connect(transferer); - } - - - -