CaptainFact/captain-fact
Adapt background sound volume based on video volume
Ouverte
#93 ouverte le 1 avr. 2019
bountybounty > 30€complexity > simplefrontendgood first issue
Métriques du dépôt
- Stars
- (71 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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)