playAudio = () => {
    this.props.togglePausePlay();
    this.setState({ playing: true, pauseAll: this.props.pauseAll });
  };