fix: update default master volume to 1.0

This commit is contained in:
Xiaohan-Tian
2026-05-23 23:39:52 -07:00
parent 7d275802c9
commit 7ee4a7458e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export const KEY_SIGNATURE_MAP = {
// };
export const AUDIO_INTERFACE_CONSTANTS = {
DEFAULT_MASTER_VOLUME: 0.8,
DEFAULT_MASTER_VOLUME: 1.0,
DEFAULT_TRACK_VOLUME: 0, // 0 dB (unity gain)
MIN_TRACK_VOLUME_DB: -60, // practical floor; displayed as −∞
MAX_TRACK_VOLUME_DB: 12,