[Musicpd-dev-team] MPD Audio Output settings

2010-12-20 Thread Carsten Breuer
Hi all, i'm using mpd for almost a decade now and it always works great. I had used the oss output drivers, because it was very easy to get mpd installed and configured with in in 5 minutes. I had only to look for what /dev/dsp are available and point mpd to the right one. These days and OSS

Re: [Musicpd-dev-team] MPD Audio Output settings

2010-12-20 Thread CarstenBreuer
Hi Sean, hi all, first of all thank you for the very detailed answer. I appreciate that :-). 1. How do i get a list of the available channels in MPD/Alsa notation (hw:x,x or plughw:x,x)? Device enumeration in ALSA is a non-trivial problem. To be honest, the one piece of software I know of

Re: [Musicpd-dev-team] MPD Audio Output settings

2010-12-20 Thread Sean McNamara
On Mon, Dec 20, 2010 at 7:45 PM, CarstenBreuer carstenbreuer...@textwork.de wrote: Hi Sean, hi all, first of all thank you for the very detailed answer. I appreciate that :-). 1. How do i get a list of the available channels in   MPD/Alsa notation (hw:x,x or plughw:x,x)? Device

Re: [Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-20 Thread Greg Ward
On Sat, Dec 18, 2010 at 2:07 PM, Max Kellermann m...@duempel.org wrote: good work so far.  The first patch emits three printf warnings:  src/output/osx_plugin.c:234: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'AudioDeviceID'  src/output/osx_plugin.c:239:

[Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-20 Thread Greg Ward
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