新增: 音频可视化壁纸主题(WASAPI+FFT+Canvas)
This commit is contained in:
@@ -29,4 +29,8 @@ export const go = {
|
||||
clearPhotoDir: () => w.clearPhotoDir(),
|
||||
savePhotoInterval: (val: number) => w.savePhotoInterval(val),
|
||||
resizeToFit: (w: number, h: number) => w.resizeToFit(w, h),
|
||||
saveAudioVizStyle: (style: string) => w.saveAudioVizStyle(style),
|
||||
saveAudioSensitivity: (val: number) => w.saveAudioSensitivity(val),
|
||||
saveAudioSmoothing: (val: number) => w.saveAudioSmoothing(val),
|
||||
saveAudioColorScheme: (scheme: string) => w.saveAudioColorScheme(scheme),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user