update sounds

Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
syuilo 2024-07-11 15:09:16 -06:00 committed by limepotato
parent 6b652ab3c0
commit 6f705dbfdf
24 changed files with 77 additions and 8 deletions

BIN
packages/backend/assets/sounds/syuilo/bubble1.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/bubble2.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-aec-4va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-aec-4vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-aec-8va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-aec-8vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-aec.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-cea-4va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-cea-4vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-cea-8va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-cea-8vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-cea.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-ea-4va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-ea-4vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-ea-8va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-ea-8vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-ea-harmony.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-ea.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-eca-4va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-eca-4vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-eca-8va.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-eca-8vb.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/sounds/syuilo/n-eca.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -380,14 +380,14 @@ export class ColdDeviceStorage {
syncDeviceDarkMode: true,
plugins: [] as Plugin[],
mediaVolume: 0.5,
sound_masterVolume: 0.3,
sound_note: { type: "none", volume: 0 },
sound_noteMy: { type: "syuilo/up", volume: 1 },
sound_notification: { type: "syuilo/pope2", volume: 1 },
sound_chat: { type: "syuilo/pope1", volume: 1 },
sound_chatBg: { type: "syuilo/waon", volume: 1 },
sound_antenna: { type: "syuilo/triple", volume: 1 },
sound_channel: { type: "syuilo/square-pico", volume: 1 },
sound_masterVolume: 0.5,
sound_note: { type: 'syuilo/n-aec', volume: 0.5 },
sound_noteMy: { type: 'syuilo/n-cea', volume: 0.5 },
sound_notification: { type: 'syuilo/n-ea', volume: 0.5 },
sound_chat: { type: 'syuilo/pope1', volume: 0.5 },
sound_chatBg: { type: 'syuilo/waon', volume: 0.5 },
sound_antenna: { type: 'syuilo/triple', volume: 0.5 },
sound_channel: { type: 'syuilo/square-pico', volume: 0.5 },
};
public static watchers = [];