feat(audio): add bitrate chip control, default bitrates, and marquee pair
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user