Feature Request
Using Recoders may imply the use of some encoders to convert buffers gathered from AudioRecorder.onAudioReady. In particular, uploading a .wav file to a remote server may be heavy compared to .opus or .aac format, as well as it would save some computation time serverside to do so.
Although this is definitely not part of the Audio API, curious to know if providing such encoders are planned to be supported in the future as it will come very handy to use with this library.
Feature Request
Using Recoders may imply the use of some encoders to convert buffers gathered from
AudioRecorder.onAudioReady. In particular, uploading a.wavfile to a remote server may be heavy compared to.opusor.aacformat, as well as it would save some computation time serverside to do so.Although this is definitely not part of the Audio API, curious to know if providing such encoders are planned to be supported in the future as it will come very handy to use with this library.