Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hoch committed Nov 2, 2023
1 parent 671c45c commit 7201485
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/audio-worklet/design-pattern/wasm-supersaw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ Unlike other AudioWorklet examples in this repository, this examples needs
an additional step to build and compile. Follow the steps below:

1. Install Emscripten in your development setup. Follow the instruction:
https://emscripten.org/docs/getting_started/downloads.html
https://emscripten.org/docs/getting_started/downloads.html

2. Run `emcc -v` to confirm the Emscripten installation and its version.
2. Run `emcc -v` to confirm the Emscripten installation and its version. This
example needs 3.1.48 or later to work correctly. (See
[this issue](https://github.com/GoogleChromeLabs/web-audio-samples/issues/348)
for details)

3.
3. In the terminal, run `make` to build the WASM file.

4. Serve `index.html` file in the directoy.

0 comments on commit 7201485

Please sign in to comment.