[fpc-pascal] where to find materials about MP3 file format
José Mejuto
joshyfun at gmail.com
Fri Aug 16 19:52:09 CEST 2019
El 15/08/2019 a las 11:04, George Bakhtadze escribió:
> 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.
Hello,
As JPEG only have limited operations without decompressing (limited
rotation and limited cropping), mp3 also have limited operations without
decompressing, in this case only frame volume change.
--
More information about the fpc-pascal
mailing list