Last active
September 26, 2024 07:29
-
-
Save AlexanderHolmeset/6bf8ce2bb956e11b137ac11f527193dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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