'How to Convert A audio.wav file to base64 String in ReactNative
I am trying to build a mobile application and for sending my audio file from my reactnative frontend to my python backend I want to convert my audio.wav to base64 string that I can then convert to .wav file in python. So is there anyway convert my .wav file to base64 string in reactnative?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
