In the online social learning app, we want participants to be able to record short audio clips to share with others. Typically, the entry will be a spoken word or one sentence.
I watched WebRTC. I understand how to create and transmit an audio stream. However, we want the participant to be able to start recording manually and stop it at the end (or after 15 seconds if this happens earlier). Ideally, we want to compress the resulting file to save bandwidth and load it into the database.
Can anyone recommend any tutorials on how to do this?
source share