mirror of
https://github.com/jambonz/batch-speech-utils.git
synced 2025-12-19 06:07:43 +00:00
entry point update
This commit is contained in:
10
index.js
10
index.js
@@ -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