Finished adding all modules

This commit is contained in:
Christen
2026-03-03 19:13:28 -05:00
parent 20480f6eaf
commit 69b3b09ac0
35 changed files with 1068 additions and 71 deletions

View File

@@ -8,6 +8,8 @@ public class SpeakerModule : ModuleBase
public string audioFilePath = "";
public string audioFileName = "";
public byte[] audioBytes;
public override string moduleType => "Speaker";
public override string moduleName => "Speaker Module";
// Called by UI after user picks a file
public void SetAudioFile(string path)