guild icon
Toit
#Embed a 15KB file with a container
Thread channel in help
addshore
addshore 07/31/2025 09:00 AM
I have a 15KB PCM audio file that I want to embed with a container.
My plan is to have the container send this data to a C service to play to a bluetooth speaker.
addshoreOPaddshore
I have a 15KB PCM audio file that I want to embed with a container. My plan is to have the container send this data to a C service to play to a bluetooth speaker.
floitsch
floitsch 07/31/2025 05:41 PM
The easiest is to just convert the data into a bytearray literal and import the file as Toit source code.

Assets might be cleaner but require more tools and different commands for Jaguar, Artemis, ...
2 messages in total