Sets the playback rate for the sound on the specified channelId.
channelId
void setRate(int channelId, double rate) { _backend.setChannelRate(channelId, rate); }