mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Merge commit '925eb33eab45c084e9386ada66d9cb14b966e312' into feature/modular-ipc-system-implementation
This commit is contained in:
Binary file not shown.
@@ -1,3 +1,5 @@
|
|||||||
|
const EventEmitter = require('events');
|
||||||
|
const audioEvents = new EventEmitter();
|
||||||
|
|
||||||
// Ensure ffmpeg binary is available
|
// Ensure ffmpeg binary is available
|
||||||
if (!ffmpegPath) {
|
if (!ffmpegPath) {
|
||||||
@@ -88,6 +90,6 @@ module.exports = {
|
|||||||
console.log();
|
console.log();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
},
|
||||||
|
audioEvents: audioEvents
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
// services/pipeline/jobs/transcribeLatest.ts
|
// services/pipeline/jobs/transcribeLatest.ts
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
|
// @ts-ignore: module has no type declarations or cannot be resolved in current TS config
|
||||||
import assembly from '../../modules/transcription/assembly';
|
import assembly from '../../modules/transcription/assembly';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user