mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 12:58:52 -04:00
- 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
8 lines
279 B
JavaScript
8 lines
279 B
JavaScript
module.exports = async function (self) {
|
|
self.setVariableDefinitions([
|
|
{ variableId: 'microphoneMuted', name: 'Microphone Muted' },
|
|
{ variableId: 'voiceChangerStatus', name: 'Voice Changer Enabled' },
|
|
{ variableId: 'voiceSelected', name: 'Current Voice Selected' },
|
|
])
|
|
}
|