A music player that connects to your cloud/distributed storage.

chore: default volume 0.75

+1 -1
+1 -1
src/components/engine/audio/element.js
··· 35 35 // SIGNALS 36 36 37 37 #items = signal(/** @type {AudioUrl[]} */ ([])); 38 - #volume = signal(0.5); 38 + #volume = signal(0.75); 39 39 40 40 /** @type {Map<string, ReadableStream>} Streams pending MediaSource setup */ 41 41 #streams = new Map();