Phil Leigh;629148 Wrote: > How hard would it be to give SP the ability to choose it's audio output > device on the host computer it is executing on? > > What would it take to add it to SP?
The easiest way would be to use an environment variable to override the default device selection loop at line 425 in decode_portaudio.c with the output device index you want SP to use. Getting the override index value is the tricky part. The device list provided from squeezeslave -L might work to get the right number. I could hack it to together quickly, if you haven't already got something working. -- ralphy Ralphy *4*-Classics, *2*-Booms, *12*-Squeezeslaves 'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=87473 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
