rewind(duration) {
    assert('[ember-hifi] Nothing is playing.', this.get('currentSound'));
    this.get('currentSound').rewind(duration);
  },