mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 21:08:51 -04:00
### Added
- new state variables - voicemod connection retry logic ### Fixed - Fix race-condition crash on init for undefined reference ### Changed - Updated voicemod-api to a version that has `sharp` patched out
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = function (self) {
|
||||
id: 'voiceId',
|
||||
type: 'dropdown',
|
||||
label: 'Voice',
|
||||
default: self.vm.voices[0].id,
|
||||
default: '',
|
||||
choices: self.vm.voices.map((item) => ({ id: item.id, label: item.name })),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user