Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilleg/vss
Virtual Sound Server.
https://github.com/camilleg/vss
cavelib isl ncsa syzygy vss
Last synced: about 2 months ago
JSON representation
Virtual Sound Server.
- Host: GitHub
- URL: https://github.com/camilleg/vss
- Owner: camilleg
- License: mit
- Created: 2013-02-12T23:09:36.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T20:09:47.000Z (11 months ago)
- Last Synced: 2024-02-20T21:29:53.309Z (11 months ago)
- Topics: cavelib, isl, ncsa, syzygy, vss
- Language: C++
- Homepage: https://web.archive.org/web/20200808182356/http://syzygy.isl.uiuc.edu/vss/
- Size: 9.49 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSS, Virtual Sound Server
VSS has:
- a server, `vss` or `vss.exe`
- a library, `vssClient.h` and `libsnd.a`, to build clients that talk to the server.Version 4.2 is the same as 4.1 from 2012, except that it excludes external code that was unlicenseable.
It is compatible with VSS 3.1 clients.
The client library is included in version 3.1 (2000).Prerequisites: `sudo apt install g++ libasound2-dev make`
To build: `make`
To run: `./vss`
To tidy up: `make clean`© 2022 University of Illinois Board of Trustees, except for
- `analysis/[dm]_*.c` from Miller Puckette's [Pure Data](https://puredata.info/), which is © 1997 the Regents of the U. of California;
- `basic/*`'s Pascal to C translator, which is © 1989 Dave Gillespie;
- part of `./map/*.c++` from Ken Clarkson's [hull.shar](http://www.netlib.org/voronoi/), which is © 1995 AT&T;
- part of `osc/*.c++` which is © 1997 the Regents of the U. of California.The source code is licensed under the [MIT License](https://mit-license.org/).