Edit audioplayer.php, and after all the other add_filters, add a:
add_filter("widget_text", array(&$this, "processContent"));
and you can now do [audio:] shortcode syntax in your text widgets. The audioplayer code will not function if you enable shortcode in you widgets, seems they do their own hooks instead of registering a shortcode.