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