It looks like decode_portaudio_init in squeezeplay/src/audio/decode/decode_portaudio.c is the code that picks a device, it just uses the first device that it finds that supports the format/rate it needs.
Assuming that is correct, it would be fairly straight forward for a competent c/c++ coder to add a hacky solution there to use the device id from a config file instead. Unfortunately I don't fit the description of a competent c/c++ coder. Adding "proper" support for picking devices in the app would obviously be much harder, involving UI changes and no doubt touching multiple layers of the code. -- andynormancx Yes, it will. Yes, all of them. Yes, SoftSqueeze as well. What ? I SAID ALL OF THEM ! ------------------------------------------------------------------------ andynormancx's Profile: http://forums.slimdevices.com/member.php?userid=17417 View this thread: http://forums.slimdevices.com/showthread.php?t=87473 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
