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
Example Source File:
AdxHeader { encoding: Standard, block_size: 18, sample_bitdepth: 4, channel_count: 1, sample_rate: 24000, total_samples: 91968, highpass_frequency: 500, version: Version4, flags: 0 }
Output with encode -n
AdxHeader { encoding: Standard, block_size: 18, sample_bitdepth: 4, channel_count: 2, sample_rate: 24000, total_samples: 91968, highpass_frequency: 500, version: Version3( Some( AdxVersion3LoopInfo { alignment_samples: 0, enabled_short: 0, enabled_int: 0, begin_sample: 0, begin_byte: 0, end_sample: 0, end_byte: 0 } ) ), flags: 0 }
AdxVersion4 can be decoded just fine, encoding always returns to Version3.
Solution:
I may open a PR if I get around to it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example Source File:
Output with encode -n
AdxVersion4 can be decoded just fine, encoding always returns to Version3.
Solution:
I may open a PR if I get around to it.
The text was updated successfully, but these errors were encountered: