Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 8, 2024
1 parent 1093fe8 commit b079c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if __name__ == "__main__":
app.run(debug=False, port=8001) # Disable debug mode in production
```

- then launch the script with `python server.py`(or `python3 server.py). Note that server URL `http://127.0.0.1:8000` is actually hardcoded in the Faust IDE and does not need to be added explicitly with `declare soundfiles "http://localhost:8000";`. But additional URLs can always be declared if needed.
- then launch the script with `python server.py`(or `python3 server.py`). Note that server URL `http://127.0.0.1:8000` is actually hardcoded in the Faust IDE and does not need to be added explicitly with `declare soundfiles "http://localhost:8000";`, but additional URLs can always be declared if needed.

Here are polyphonic [samplers examples](https://github.com/sletz/faust-sampler).

Expand Down

0 comments on commit b079c80

Please sign in to comment.