mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-20 20:39:59 +02:00
astra integration module
This commit is contained in:
@@ -48,6 +48,14 @@ export interface ScopeSettings {
|
||||
gainDb: number
|
||||
multiband: boolean
|
||||
}
|
||||
astra: {
|
||||
showCoverArt: boolean
|
||||
showTitle: boolean
|
||||
showArtist: boolean
|
||||
showProgress: boolean
|
||||
showTime: boolean
|
||||
showControls: boolean
|
||||
}
|
||||
}
|
||||
|
||||
export const DEFAULT_SCOPE_SETTINGS: ScopeSettings = {
|
||||
@@ -58,4 +66,12 @@ export const DEFAULT_SCOPE_SETTINGS: ScopeSettings = {
|
||||
vumeter: { mode: 'bar', orientation: 'horizontal' },
|
||||
lufsmeter: { mode: 'bar' },
|
||||
waveform: { mode: DEFAULT_WAVEFORM_MODE, scrollSpeed: 1, gainDb: 0, multiband: false },
|
||||
astra: {
|
||||
showCoverArt: true,
|
||||
showTitle: true,
|
||||
showArtist: true,
|
||||
showProgress: true,
|
||||
showTime: true,
|
||||
showControls: true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user