Skip to content

Commit 6b109e7

Browse files
authored
Update AudioWorkstation/README.md
Update instructions for the current state of the project.
1 parent 3179e34 commit 6b109e7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

AudioWorkstation/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,20 @@ Assuming you're within the cloned repository and have the latest development sna
5555
above, first build the package:
5656

5757
```sh
58-
swift build --triple wasm32-unknown-none-wasm -c release --product swift-audio
58+
cd Guest
59+
./build.sh
5960
```
6061

62+
The script above will build Wasm audio plugins and copy resulting `.wasm` files to the user home directory.
63+
6164
Then start the HTTP server:
6265

6366
```sh
64-
python3 -m http.server
67+
cd ../ServerHost
68+
swift run Server
6569
```
6670

67-
Open http://localhost:8000 in your browser to see the project running.
71+
Open http://localhost:8080 in your browser to see the web page, where you can load audio plugins built with the `build.sh` script in the previous step.
6872

6973
## License
7074

0 commit comments

Comments
 (0)