Remove Edge TTS (will be moved to Extras)

This commit is contained in:
Cohee
2023-06-04 10:43:47 +03:00
parent 0d0b572935
commit e4a6db7539
6 changed files with 6 additions and 313 deletions

View File

@ -3380,7 +3380,3 @@ async function getImageBuffers(zipFilePath) {
});
});
}
const edgeTts = require('./src/edge-tts');
edgeTts.addEdgeTtsEndpoints(app, jsonParser);