-
-
Notifications
You must be signed in to change notification settings - Fork 71
Encoders API #793
Copy link
Copy link
Open
0 / 10 of 1 issue completedLabels
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.