helloya20's picture
Upload 2345 files
f0743f4 verified
const getCustomConfigSpeech = require('./getCustomConfigSpeech');
const TTSService = require('./TTSService');
const STTService = require('./STTService');
const getVoices = require('./getVoices');
module.exports = {
getVoices,
getCustomConfigSpeech,
...STTService,
...TTSService,
};