Since Mp3AudioFormat does not provide an encoder, is it okay if i want to write an .mp3 buffer into a .wav file. If not, what could i do if i want to write the buffer to a file. Thanks
i haven’t used Mp3AudioFormat myself yet, but anything that lets yout put audio from a file into an audio buffer can be exported to wav. just be aware that mp3 files not actually contain time domain information about the actual waveform. they use a complex combination of psychoacoustic methods to reduce file size for a few barely noticable but still lossy ways of data-compressing the audio. so you can only expect the resulting wav file to be an approximation of what the actual sound was supposed to be
1 Like
