YIM bunchhat Active Member Licensed User Longtime User Jan 14, 2019 #1 Hello could you help me? I want to encode flac file or any audio file to Base64 for Json send with my Google API.
Hello could you help me? I want to encode flac file or any audio file to Base64 for Json send with my Google API.
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2019 #2 B4X: Dim su As StringUtils Dim s as String = su.EncodeBase64(File.ReadBytes(...)) Upvote 0
YIM bunchhat Active Member Licensed User Longtime User Jan 14, 2019 #4 Hello one more question how to convert audio file to FLAC Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2019 #5 YIM bunchhat said: Hello one more question how to convert audio file to FLAC Click to expand... Please never post a new question in an existing thread. Upvote 0
YIM bunchhat said: Hello one more question how to convert audio file to FLAC Click to expand... Please never post a new question in an existing thread.