mirror of
https://github.com/jambonz/batch-speech-utils.git
synced 2026-07-23 12:42:29 +00:00
entry point update
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
const AudioProcessor = require('./lib/utils');
|
||||
const DeepgramTranscriber = require('./lib/deepgramTranscriber');
|
||||
const DeepgramRedactor = require('./lib/deepgramRedactor');
|
||||
const { getTranscription } = require('./lib/transcribe');
|
||||
const { getRedactedAudio } = require('./lib/redact');
|
||||
|
||||
module.exports = {
|
||||
AudioProcessor,
|
||||
DeepgramTranscriber,
|
||||
DeepgramRedactor
|
||||
getTranscription,
|
||||
getRedactedAudio
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user