CaptainFact/captain-fact

Adapt background sound volume based on video volume

Aberta

#93 aberto em 1 de abr. de 2019

 (9 comentários) (0 reação) (0 responsável) (7 forks)auto 404
bountybounty > 30€complexity > simplefrontendgood first issue

Métricas do repositório

Stars
 (71 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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)

Guia do colaborador