mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
bugfix: input media file recover old setting
This commit is contained in:
parent
b1d361aaae
commit
aca23038bb
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -273,7 +273,7 @@ export const DeviceArea = (_props: DeviceAreaProps) => {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}, [audioInputForGUI, fileInputEchoback, serverSetting.serverSetting]);
|
||||
}, [audioInputForGUI, fileInputEchoback, setting, serverSetting.serverSetting]);
|
||||
|
||||
// (3) Audio Output
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user