I just want to record voice clip in react native frontend. After that I want to pass it to the flask backend. If anybody can suggest some method or technology to do it? is it possible to use base64 encoding and decoding ?
Asked
Active
Viewed 54 times
1 Answers
0
- Use ReactMic to record.
- Transform the blob into a file.
- Then in Flask get the file.

miquelvir
- 1,748
- 1
- 7
- 21