// // Created by bruno on 13. 7. 2026. // #ifndef AUDIOCODER_PACKET_H #define AUDIOCODER_PACKET_H #include uint8_t *build_stream( uint8_t *file, uint32_t size, uint32_t *outSize ); #endif //AUDIOCODER_PACKET_H