New Folder structure

This commit is contained in:
MikeHughes-BIN
2025-11-15 14:45:13 +01:00
parent 444d408480
commit 6083773f88
13 changed files with 26 additions and 378 deletions
@@ -0,0 +1,8 @@
module.exports = {
name:"assembly", // Unique name for our function that will later be used to get the function from the map via "mapFunctions.get("example").function()"
type:"transcription", // value used to differentiate each module to order them in the UI
displayname:"Assembly", // The displayname used within the UI
async function(parameter){
// TODO add code to actually process the audio file
}
}