style: change name def
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user