Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz authored May 23, 2021
1 parent d647e84 commit df65456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embedded/faustremote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The `libfaustremote` library allows to compile and process a Faust DSP program
### Remote server

The server launches a compilation service, waiting for DSPs to compile. Dependencies are:
* `LLVM` using macport
* `faust` make + sudo make install at the root of faust project
* `LLVM` using macport
* `faust` make + sudo make install at the root of faust project
* `HTTPDFaust` make httpd + sudo make install at the root of faust project
* `microhttpd` using macport
* `libjacknet` download JackOSX package at: https://jackaudio.org

Here is te API:
Here is the API:

* `remote_dsp_server* createRemoteDSPServer()`
* `void deleteRemoteDSPServer(remote_dsp_server* server)`
Expand Down

0 comments on commit df65456

Please sign in to comment.