Skip to content

Streaming 24 bits #127

Open
Open
@xenide

Description

@xenide

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions