style: change name def

This commit is contained in:
2026-01-13 23:47:24 -03:00
parent f87171590e
commit bff1bf3856
+2 -2
View File
@@ -5,8 +5,8 @@ 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) {
const voiceMgr = await VoicesManager.create();