Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve compression ratios #9

Open
cjrolo opened this issue Jul 12, 2023 · 0 comments
Open

Improve compression ratios #9

cjrolo opened this issue Jul 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Write Affects the write path

Comments

@cjrolo
Copy link
Collaborator

cjrolo commented Jul 12, 2023

Several things that can be used to improve it:

  • Locate digital silence (channels full of 0s) and remove it
  • Remove precision of data but not information (lossy compression)
  • Analyse and locate code inefficiencies
  • Apply other techniques? (Wavlets, FFTs, etc)
  • Optimize indexing(?)
@cjrolo cjrolo added enhancement New feature or request Write Affects the write path labels Jul 12, 2023
@cjrolo cjrolo self-assigned this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Write Affects the write path
Projects
None yet
Development

No branches or pull requests

1 participant