CaptainFact/captain-fact

Adapt background sound volume based on video volume

开放

#93 创建于 2019年4月1日

 (9 条评论) (0 个反应) (0 位负责人) (7 个派生)auto 404
bountybounty > 30€complexity > simplefrontendgood first issue

仓库指标

星标
 (71 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南