mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Finished adding all modules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user