You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving these from some notes to here for visibility/archival purposes. It'd be fun to try out implementing AbstractLPCMFormat subtypes that utilize the following codecs/formats/tools, and see which ones are the most performant/ergonomic for a variety of generic synthesized LPCM data (obviously domain-specific codecs should always win out for specific modalities, which is why Onda allows this whole subsystem to be overloaded):
something custom 😈 could have an overloadable pipeline of variance reduction (DPCM) -> temporal decorrelation -> interchannel decorrelation -> entropy coding. maybe with the temporal/interchannel decorrelation stages as swappable. Lots of fun options to play with here; in its MOST fun incarnation, we could build a data-driven "compiler" for LPCM data compression codecs where input is sample data + domain knowledge encoded into each stage, and output is a relatively efficient codec synthesized to fit the input (EDIT: see https://www.blosc.org/pages/btune/)
The text was updated successfully, but these errors were encountered:
Moving these from some notes to here for visibility/archival purposes. It'd be fun to try out implementing
AbstractLPCMFormat
subtypes that utilize the following codecs/formats/tools, and see which ones are the most performant/ergonomic for a variety of generic synthesized LPCM data (obviously domain-specific codecs should always win out for specific modalities, which is why Onda allows this whole subsystem to be overloaded):The text was updated successfully, but these errors were encountered: