mirror of
https://github.com/jambonz/batch-speech-utils.git
synced 2026-07-09 05:41:54 +00:00
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
module.exports = {
|
|
transcribe: require('./transcribe')
|
|
|
|
};
|