<div>Hello,</div><div> </div><div>14.08.2019, 23:24, "Mgr. Janusz Chmiel" <janusz.chmiel@volny.cz>:</div><div> </div><div>> But how to achieve The complex algorithm for recreating MP3 file. It</div><div>> will not be easy walk across The park. I will also have to use effective</div><div>> approach to prevent memory allocation problems.</div><div> </div><div>mp3 is a loosy audio format. It means that some part of information is lost while encoding.</div><div>So doing a decoding/encoding cycle just to remove some piece of file is a bad idea.</div><div>I'd try to find a way to remove piece of audio data without decompressing the file similar to lossless operations on JPEG files.</div><div> </div><div>---</div><div>Best regards, George</div>