-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
When we want to stream 24 bits:
- do we have to set
LinearPcmFlags::IS_PACKEDas the format flag? - For the render callback, we have to use
i32as the data type, yes? - Getting an assertion failure on this line :
assert!(mDataByteSize as usize == expected_size);
- where
expected_sizeis 4096 whilemDatabyteSizeis only 3072
Or is there an issue with supporting 24 bits at the moment?
Metadata
Metadata
Assignees
Labels
No labels