feat: add canBeUsed to TTSModule
This commit is contained in:
@@ -32,6 +32,10 @@ class AzureTTS implements TTSModule {
|
||||
|
||||
return { data: Buffer.concat(buffers) };
|
||||
}
|
||||
|
||||
async canBeUsed(): Promise<boolean> {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
export default new AzureTTS();
|
||||
|
||||
Reference in New Issue
Block a user