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

Reply via email to