chiark / gitweb /
Support arbitrary Core Audio devices.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 22 Feb 2009 14:00:46 +0000 (14:00 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 22 Feb 2009 14:00:46 +0000 (14:00 +0000)
commitf5fd9a6b25366f98a20468ca9bda64c4313db09e
tree922b684026f6d8bad006404c8da01107af0b307e
parentd250d01dd2d624e367e01c7f16cc7e207b016888
Support arbitrary Core Audio devices.

New files lib/coreaudio.[ch] contain the code for looking up devices
by name or UID and is used by the server and playrtp.

Fixes issue 27.
CHANGES.html
clients/playrtp-coreaudio.c
configure.ac
doc/disorder-playrtp.1.in
doc/disorder_config.5.in
lib/Makefile.am
lib/coreaudio.c [new file with mode: 0644]
lib/coreaudio.h [new file with mode: 0644]
server/speaker-coreaudio.c