Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: ADC (Adaptive Differential Coding) My Experimental Lossy Audio Codec (Read 7542 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: ADC (Adaptive Differential Coding) My Experimental Lossy Audio Codec

Reply #50
@Nania Francesco Do you have an explanation for this awfully buggy sound?

Re: ADC (Adaptive Differential Coding) My Experimental Lossy Audio Codec

Reply #51
Klymins I don't know how to thank you. I also released version 0.31 thanks to you. The crazy thing is that I had to double-check all the functions that were mathematically perfect. The error, you won't believe, was in the fact that I allocated the memory inside a function and not in global mode. Absurd gcc makes these jokes. I took the opportunity to improve something. Unfortunately I don't think it is compatible with the previous version.


http://heartofcomp.altervista.org/ADCodec.htm

 

Re: ADC (Adaptive Differential Coding) My Experimental Lossy Audio Codec

Reply #52
Klymins I don't know how to thank you. I also released version 0.31 thanks to you. The crazy thing is that I had to double-check all the functions that were mathematically perfect. The error, you won't believe, was in the fact that I allocated the memory inside a function and not in global mode. Absurd gcc makes these jokes. I took the opportunity to improve something. Unfortunately I don't think it is compatible with the previous version.


http://heartofcomp.altervista.org/ADCodec.htm

Thanks.