-
To record speech in a cross-platform (and cross-browser) manner, I know there is the Cordova plugin. Is there an equivalent in Capacitor yet? I haven’t found it in the official list. Is it OK to use Cordova plugins along with Capacitor plugins?
-
Is there a plugin to capture the audio in a streaming fashion - so that while the user is speaking it can be real-time transferred to a server? (As opposed to uploading the fully completed audio file after user finishes speaking).
Thanks.