<div dir="ltr">Hi, <div><br></div><div>I have a .pcm file created by audio decoding(passing mp3 file as input). Now I want to get back the audio mp3 file(input file of decoding.c) by passing this .pcm file as input to the encoding.c code. How can I read the pcm file through libav? </div><div><br></div><div>I used this file to create the pcm file <a href="https://codepad.co/snippet/NeHLFtzR">decoding.c</a>, using the following command. <br></div><div><br></div><div><span style="color:rgb(66,66,66);font-family:"Open sans",Helvetica,sans-serif;font-size:15px;background-color:rgb(245,245,245)">gcc -g -o decoding decoding.c -lavutil -lavformat -lavcodec -lswresample -lz -lm</span><br></div><div><span style="color:rgb(66,66,66);font-family:"Open sans",Helvetica,sans-serif;font-size:15px;background-color:rgb(245,245,245)"><br></span></div><div><span style="color:rgb(66,66,66);font-family:"Open sans",Helvetica,sans-serif;font-size:15px;background-color:rgb(245,245,245)">./decoding audio.mp3 output.pcm.</span></div><div><span style="color:rgb(66,66,66);font-family:"Open sans",Helvetica,sans-serif;font-size:15px;background-color:rgb(245,245,245)"><br></span></div><div><font color="#424242" face="Open sans, Helvetica, sans-serif"><span style="font-size:15px;background-color:rgb(245,245,245)">I want to pass ouput.pcm as input to encoding.c file to get the audio.mp3.</span></font></div><div><font color="#424242" face="Open sans, Helvetica, sans-serif"><span style="font-size:15px;background-color:rgb(245,245,245)"><br></span></font></div><div><font color="#424242" face="Open sans, Helvetica, sans-serif"><span style="font-size:15px;background-color:rgb(245,245,245)">Thank you</span></font></div><div><br></div></div>