Port of sndio 1.8.1 to SGI IRIX. Compiles with SGI's MIPSpro C under 6.5.30 and includes the library and utilities (aucat, sndioctl, sndiod, init scripts and examples).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
TruHobbyist e57bb0fc4d „libsndio/sndio.h“ ändern 5 months ago
aucat Initial commit 8 months ago
bsd-compat Initial commit 8 months ago
contrib Initial commit 8 months ago
examples Initial commit 8 months ago
libsndio „libsndio/sndio.h“ ändern 5 months ago
midicat Initial commit 8 months ago
sndioctl Initial commit 8 months ago
sndiod Initial commit 8 months ago
.gitignore Initial commit 8 months ago
Makefile.in Initial commit 8 months ago
README.md Modified README.md 8 months ago
configure Initial commit 8 months ago

README.md

Welcome to sndiod-1.8.1 for SGI IRIX!

This is a port of OpenBSD's sndio-1.8.1 (https://sndio.org/) to SGI IRIX.

Compilation

sndio:

bash# cd sndio-1.8.1_sgi/

bash# gmake clean

bash# ./configure CC=c99 LDFLAGS='-Wl,-rpath,/usr/local/lib'

bash# gmake

bash# gmake install

Done!

Usage

Refer to the official documentation to get started (https://man.openbsd.org/sndio).