Does Bubble allow the use of microphone?

Is it possible to use the microphone to record voice or music?

Yes, there are free audio recorder plugins in the plugin page

Thanks!

FWIW an html tag and a couple of buttons will do a recording proceeding as far as a local (blob reference for raw ““pcm””) file on the client. More coming on S3 and data integration.

tldr; on the JS full html widget code (JS)

Runtime console from devtools below

todos

  • encoder on client if possible ( pcm-2-mp3)
  • upload audio file to S3 bucket
  • store to bubble data the ref to S3 file object

This topic was automatically closed after 70 days. New replies are no longer allowed.