mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-05-08 05:48:56 -04:00
fix: add transformToEmotionSpeech alias
This commit is contained in:
@@ -1231,6 +1231,9 @@ export class WizardRosService extends EventEmitter {
|
||||
case "transformToEmotionalSpeech":
|
||||
return this.transformToEmotionalSpeech(parameters);
|
||||
|
||||
case "transformToEmotionSpeech":
|
||||
return this.transformToEmotionalSpeech(parameters);
|
||||
|
||||
case "transformToWaveGoodbye":
|
||||
return this.transformToWaveGoodbye(parameters);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user