- added new sound files

- new functionality to upload files
- need to get and locatate uploaded files
This commit is contained in:
2025-10-22 11:51:37 +01:00
parent df6bf75184
commit 4519700561
7 changed files with 51 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ export const initialState: SoundState = {
{ name: "Ding", soundFileName: "ding" },
{ name: "Shutter", soundFileName: "shutter" },
{ name: "Warning (voice)", soundFileName: "warning" },
{ name: "Attention (voice)", soundFileName: "attention" },
],
sightingVolume: 1,
NPEDsoundVolume: 1,