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

Preservation of raw data received from a device #85

Open
tomas-nestorovic opened this issue Mar 4, 2025 · 0 comments
Open

Preservation of raw data received from a device #85

tomas-nestorovic opened this issue Mar 4, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tomas-nestorovic
Copy link
Owner

When dumping tracks received from a KryoFlux device to its native Stream files, the tracks are

  1. received,
  2. decoded into application timing,
  3. encoded back into Stream files,
  4. saved.

This decoding-encoding roundtrip is unnecessary if what's been received from the device was remembered as well. In such case, the tracks would be

  1. received,
  2. saved,

presumably sparing lots of time during dumping, especially for six or more revolutions.

@tomas-nestorovic tomas-nestorovic added the enhancement New feature or request label Mar 4, 2025
@tomas-nestorovic tomas-nestorovic self-assigned this Mar 4, 2025
tomas-nestorovic added a commit that referenced this issue Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant