style: change name def

This commit is contained in:
2026-01-13 23:47:24 -03:00
parent f87171590e
commit bff1bf3856
+1 -1
View File
@@ -5,7 +5,7 @@ import { VoicesManager, Communicate } from 'edge-tts-universal';
class AzureTTS implements TTSModule {
private voices: Array<string> | undefined = undefined;
name = "Azure";
public name: string = "Azure";
async getVoices(): Promise<Array<string> | undefined> {
if (!this.voices) {