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