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:
@@ -1,3 +1,5 @@
|
||||
const EventEmitter = require('events');
|
||||
const audioEvents = new EventEmitter();
|
||||
|
||||
// Ensure ffmpeg binary is available
|
||||
if (!ffmpegPath) {
|
||||
@@ -88,6 +90,6 @@ module.exports = {
|
||||
console.log();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
audioEvents: audioEvents
|
||||
}
|
||||
Reference in New Issue
Block a user