Dynamic audio level indicator
This commit is contained in:
parent
ac59dec5aa
commit
e6223b6a11
24 changed files with 323 additions and 123 deletions
|
@ -1,8 +1,8 @@
|
|||
// Copyright 2020-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export const AUDIO_LEVEL_INTERVAL_MS = 250;
|
||||
export const DEFAULT_AUDIO_LEVEL_FOR_SPEAKING = 0.15;
|
||||
// See `TICK_INTERVAL` in group_call.rs in RingRTC
|
||||
export const AUDIO_LEVEL_INTERVAL_MS = 200;
|
||||
|
||||
export const REQUESTED_VIDEO_WIDTH = 640;
|
||||
export const REQUESTED_VIDEO_HEIGHT = 480;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue