View Single Post
Old 14 February 2024, 15:11   #6
Steam Ranger
Registered User
 
Steam Ranger's Avatar
 
Join Date: May 2022
Location: Adelaide, South Australia, Australia
Posts: 208
Quote:
Originally Posted by Karlos View Post
Basic delta encoding only gives you so much, to improve on that you want linear predictive coding on top so that you typically have smaller differences to encode. However, that just adds more complexity.
Complexity doesn't matter in terms of implementation, this algorithm is going to be part of a series of libraries that I've been working on for over a year now. Complexity may matter in terms of performance, but as stated before if it runs on a 68000 in real time that's fine, although preferably a max CPU usage of 50%.

Is there a list anywhere of the compression codes for .iff? Surely someone would have implemented codes other than just delta compression. I'd rather not have it where I try and use an audio file with the custom encoding and some software thinks it's in it's own proprietary format.
Steam Ranger is offline  
 
Page generated in 0.05097 seconds with 10 queries