osx_output: allow user to specify other audio devices.

Add new config parameter 'device' to audio_output type "osx":
- if not supplied or set to "default", open default device
- if set to "system", open system device
- otherwise 'device' should be an audio device name: mpd will find and
  open the specified audio device, falling back to the default
  device if it's not found
This commit is contained in:
Greg Ward
2010-12-20 22:21:46 -05:00
committed by Max Kellermann
parent c7f5a87258
commit 80dc602193
3 changed files with 122 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.17 (2010/??/??)
* output:
- osx: allow user to specify other audio devices
ver 0.16 (2010/12/11)