setAudioRef = c => {
    this.audio = c;

    if (this.audio) {
      this.audio.volume = 1;