1
Good morning, everyone,
i have done treatment to record audio with Getusermedia. I used as a basis this example (https://mdn.github.io/web-dictaphone/), has the same js code.
The problem is that the framework I use requires a physical file (you can put more if you want) to send to the server. I did not find another way in Getusermedia to do this because the audio is only in memory and it is not interesting to generate file in the browser.
I use the system on Android also.
Does anyone have any idea how to do this treatment to send audio to the server?
Good.. I ended up creating a file in memory and passing it to the framework. It was not necessary physical file.
– user102510