chat / api /server /services /Files /Audio /index.js
helloya20's picture
Upload 2345 files
f0743f4 verified
Raw
History Blame Contribute Delete
291 Bytes
const getCustomConfigSpeech = require('./getCustomConfigSpeech');
const TTSService = require('./TTSService');
const STTService = require('./STTService');
const getVoices = require('./getVoices');
module.exports = {
getVoices,
getCustomConfigSpeech,
...STTService,
...TTSService,
};