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

Streaming 24 bits #127

Open
xenide opened this issue Sep 8, 2024 · 0 comments
Open

Streaming 24 bits #127

xenide opened this issue Sep 8, 2024 · 0 comments

Comments

@xenide
Copy link
Contributor

xenide commented Sep 8, 2024

When we want to stream 24 bits:

  1. do we have to set LinearPcmFlags::IS_PACKED as the format flag?
  2. For the render callback, we have to use i32 as the data type, yes?
  3. Getting an assertion failure on this line : assert!(mDataByteSize as usize == expected_size);
  • where expected_size is 4096 while mDatabyteSize is only 3072

Or is there an issue with supporting 24 bits at the moment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant