feat(audio): add bitrate chip control, default bitrates, and marquee pair

This commit is contained in:
2026-08-01 14:22:40 +02:00
parent 3d62d2983b
commit 3775d34a22
5 changed files with 30 additions and 2 deletions
+4
View File
@@ -25,6 +25,10 @@ const DEFAULT_QUALITY = {
'tar.bz2': 9,
'7z': 5,
'tar.7z': 5,
mp3: 192,
ogg: 192,
aac: 192,
m4a: 192,
};
const DEFAULT_ICON_SIZE = 256;