Home > Net >  Convert AAC file to WAV using React native
Convert AAC file to WAV using React native

Time:09-27

How to convert AAC file to WAV using React native? We have an app that records sound from the mic using AAC format but another lib we use requires WAV format for processing sound. What is the best way to convert between formats?

CodePudding user response:

you might wanna take a look here https://www.npmjs.com/package/convert-audio im not 100% sure. but it looks like you are looking for this

  • Related