pauseAudio = () => {
    this.props.togglePausePlay();
    this.setState({ playing: false, playAll: this.props.playAll });
  };