created a new module that takes a html file path and a json path to replace all speakers. Currently only working on command line not integrated

This commit is contained in:
MikeHughes-BIN
2026-01-08 00:48:00 +01:00
parent c62ee5aa41
commit 3839feac19
3 changed files with 132 additions and 4 deletions
+4
View File
@@ -338,3 +338,7 @@ function fileDownload() {
console.error("Download failed:", error);
}
}
function rewriteSpeakerName(){
console.log("Rewriting speaker name...");
}