Sets the volume for the sound on the specified channelId.
channelId
void setVolume(int channelId, double volume) { _backend.setChannelVolume(channelId, volume); }