Files
batch-speech-utils/index.js
T
surajshivakumar a56f0e9af6 entry point update
2024-06-13 03:05:48 -04:00

8 lines
174 B
JavaScript

const { getTranscription } = require('./lib/transcribe');
const { getRedactedAudio } = require('./lib/redact');
module.exports = {
getTranscription,
getRedactedAudio
};