From: Richard Kettlewell Date: Sun, 8 Mar 2009 11:28:22 +0000 (+0000) Subject: 'api' configuration command now uses uaudio. The list of APIs is only X-Git-Tag: 5.0.3~4^2~168^2~2 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/b50cfb8a0d4fc71877ae0bfcd7b28879886a2ac1?ds=sidebyside;hp=b50cfb8a0d4fc71877ae0bfcd7b28879886a2ac1 'api' configuration command now uses uaudio. The list of APIs is only available in server processes (since it currently drags in the API implementations which in turn drags in external audio support libraries, which extends the dependencies of the command-line client unacceptable). disorder-speaker now uses uaudio, abolishing the various speaker-*.c API-specific files. uaudio now handles volume control as well as playback, abolishing mixer.h et al. "rtp" is the preferred name for the RTP API. "network" is retained for backward compatibility. Lightly tested - works for local play on a Mac. ---