Changeset 1543:b65c858c38b9 in roaraudio for roard/driver.c


Ignore:
Timestamp:
04/12/09 18:59:10 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started a new driver: OpenBSD sndio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver.c

    r1478 r1543  
    4545#ifdef ROAR_HAVE_LIBSHOUT 
    4646 {"shout", "libshout streaming", "http://user:pw@host:port/mount.ogg", NULL, driver_shout_close, NULL, NULL, NULL, NULL, driver_shout_open_vio}, 
     47#endif 
     48#ifdef ROAR_HAVE_LIBSNDIO 
     49 {"sndio", "OpenBSD sndio", "/dev/audio, /tmp/aucat-<uid>/default", NULL, NULL, NULL, NULL, NULL, NULL, driver_sndio_open}, 
    4750#endif 
    4851 {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL} // end of list 
Note: See TracChangeset for help on using the changeset viewer.