problem description
can javascript compress recorded binary audio? At present, it is hoped that it will be in AAC format and transferred to the background to reduce traffic consumption
the environmental background of the problems and what methods you have tried
the requirement of the current project is to transmit the audio to the background in real time, which I have solved with websocket. I use the original binary audio recorded by h5 and transferred to the background using arrbuffer format
related codes
/ / Please paste the code text below (do not replace the code with pictures)
No code for now
what result do you expect? What is the error message actually seen?
currently, it is expected to be in AAC format and transferred to the background to reduce traffic consumption