Phil Leigh;629441 Wrote: > That would be exceptionally kind of you - I could probably hack the C > code but I don't have the bits and pieces to turn that into a Windows > executable! > regards > Phil Ended up installing VC2008 Express on my dev system.
I've got a build for you to try. Saving the audio device in the settings files proved problematic so I opted for a User Environment Variable: USEPADEVICE You need to set the USEPADEVICE user variable with the text name of the device as returned from squeezeslave -L. The match is case insensitive but if you happen to add an extra space anywhere in the name the match will fail and no audio device will be used. I grabbed a 'screen shot' (http://ralph_irving.users.sourceforge.net/USEPADEVICE.JPG) of setting this up on XP. Once you've set USEPADEVICE, you'll need to set it to the default device name to get squeezeplay to output again to the default device. I've attached a patch of the change and I've sent you a PM. I'm planning to do a similiar change for alsa as well, the current changes only work for Windows and OSX. Hopefully one of the developers will consider adding both changes to the source once I'm done. +-------------------------------------------------------------------+ |Filename: usepadevice-portaudio.patch.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=11826| +-------------------------------------------------------------------+ -- 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
