chiark / gitweb /
Uniform audio backend for Core Audio. There is an untested OSS one
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 28 Feb 2009 17:50:53 +0000 (17:50 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 28 Feb 2009 17:50:53 +0000 (17:50 +0000)
commit7a2c706849ecf6cee19d9e502f8491ffac3322e0
tree76378ad202a94cf82117cf86fe1cdb960ba26911
parent1f3d2413174c3187de3fd8701d3ba26a0d1e4489
Uniform audio backend for Core Audio.  There is an untested OSS one
and a placeholder RTP one lurking around too.

disorder-playrtp now uses the uniform audio interface (and is
considerably simplified as a result).
12 files changed:
clients/Makefile.am
clients/playrtp-alsa.c [deleted file]
clients/playrtp-coreaudio.c [deleted file]
clients/playrtp-oss.c [deleted file]
clients/playrtp.c
clients/playrtp.h
lib/Makefile.am
lib/uaudio-coreaudio.c [new file with mode: 0644]
lib/uaudio-oss.c [new file with mode: 0644]
lib/uaudio-rtp.c [new file with mode: 0644]
lib/uaudio.c [new file with mode: 0644]
lib/uaudio.h [new file with mode: 0644]