mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 12:58:52 -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:
@@ -1,3 +1,7 @@
|
||||
module.exports = async function (self) {
|
||||
self.setVariableDefinitions([])
|
||||
self.setVariableDefinitions([
|
||||
{ variableId: 'microphoneMuted', name: 'Microphone Muted' },
|
||||
{ variableId: 'voiceChangerStatus', name: 'Voice Changer Enabled' },
|
||||
{ variableId: 'voiceSelected', name: 'Current Voice Selected' },
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user