Skip to content

Instantly share code, notes, and snippets.

@AlexanderHolmeset
Last active September 26, 2024 07:29
Show Gist options
  • Save AlexanderHolmeset/6bf8ce2bb956e11b137ac11f527193dc to your computer and use it in GitHub Desktop.
Save AlexanderHolmeset/6bf8ce2bb956e11b137ac11f527193dc to your computer and use it in GitHub Desktop.
Set(varAudioFile, "");Set(varPhoto, JSON(Image1.Image, JSONFormat.IncludeBinaryData));
Set(varPhotoBase64Only, Mid(varPhoto, Find(",", varPhoto)+1, Len(varPhoto) - Find(",", varPhoto) -1 ));
Set(newadata, VoiceVisionFlow.Run(varPhotoBase64Only));
Set(varStartTimer, true);Reset(Audio1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment