We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When dumping tracks received from a KryoFlux device to its native Stream files, the tracks are
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
presumably sparing lots of time during dumping, especially for six or more revolutions.
The text was updated successfully, but these errors were encountered:
[#85] Preservation of raw data received from a device (Part 1: Preser…
bbd90d1
…vation of obtained data from KryoFlux)
tomas-nestorovic
No branches or pull requests
When dumping tracks received from a KryoFlux device to its native Stream files, the tracks are
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
presumably sparing lots of time during dumping, especially for six or more revolutions.
The text was updated successfully, but these errors were encountered: