0

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 ?

1 Answers1

0
  1. Use ReactMic to record.
  2. Transform the blob into a file.
  3. Then in Flask get the file.
miquelvir
  • 1,748
  • 1
  • 7
  • 21