Re: [fpc-pascal] where to find materials about MP3 file format

2019-08-16 Thread Mgr. Janusz Chmiel
Lets try to gues how MP3directcut work. The right is, that I can remove and move block of MP3 files when it is loaded. For example, I can copy part of MP3 audio data to clipboard and paste it to other part of loaded other MP3 file. And there is no long time while working by this way. So MR Pesh

Re: [fpc-pascal] where to find materials about MP3 file format

2019-08-16 Thread José Mejuto
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 deco

Re: [fpc-pascal] where to find materials about MP3 file format

2019-08-16 Thread George Bakhtadze
Hello, 14.08.2019, 23:24, "Mgr. Janusz Chmiel" : > 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

Re: [fpc-pascal] where to find materials about MP3 file format

2019-08-15 Thread José Mejuto
El 14/08/2019 a las 22:23, Mgr. Janusz Chmiel escribió: I have A very big and non easy dream. Making similar MP3 editor like MP3 direct cut for Windows is. But sure! [...] operations to assign beginning of block and its end. And mainly, I want to use remove block command, which will hae immed

[fpc-pascal] where to find materials about MP3 file format

2019-08-14 Thread Mgr. Janusz Chmiel
I have A very big and non easy dream. Making similar MP3 editor like MP3 direct cut for Windows is. But sure! I would like to develop it for Android. And I want to support keyboard letter commands such as inside MP3 directcut for Windows. Sure. I Am not so expert like MR Martin Pesh is. So I mu