/*
 * Get various about the current song.
 *
 * Returns an array of bitrate, frequency, and numchannels,
 * respectively.
 *
 * Examples:
 *   info = remote.info
 *   rate, freq, nch = remote.info
 *
 */
static VALUE xr_info(VALUE self) {