Fun fact: Because the HTML file
input is how the FileUploader
component works, you can achieve what @robert suggests without writing any HTML or JS, by setting the file_types
property to "audio/*;capture=microphone"
!
However, for what @goldiesahni wants, I would definitely suggest using the browser’s speech recognition APIs via Javascript - that’s what they’re there for