CaptainFact/captain-fact

Adapt background sound volume based on video volume

Offen

#93 geöffnet am 01.04.2019

 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen) (7 Forks)auto 404
bountybounty > 30€complexity > simplefrontendgood first issue

Repository-Metriken

Stars
 (71 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We should retrieve the volume from ReactPlayer and adapt background notifications volume accordingly. As of today the volume can be too strong or too low.

  • Store the volume from ReactPlayer in redux state
  • Retrieve the value in app/components/App/BackgroundNotifier.jsx
  • Set audiofile.volume = ___ for all notifications types (refute/confirm/neutral)

Contributor Guide