-
-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
My project integrates your libraries on an STM32 MCU. However, this controller, like many others, is RAM-constrained. As a result, in the DRFLAC_METADATA_BLOCK_TYPE_PICTURE block I encounter an allocation error because the embedded images in tracks do not fit into the controller’s memory. It would be ideal if, when memory is insufficient for the full image, only the metadata were allocated and the onMeta() callback were still invoked, but without the actual JPEG/PNG payload. In the image metadata structure, please add the file offset from the beginning of the file. Overall, there is no need to allocate additional memory for it when we can simply pass a file pointer to that offset
Metadata
Metadata
Assignees
Labels
No labels