@@ -0,0 +1,17 @@
//
// Created by bruno on 13. 7. 2026.
#ifndef AUDIOCODER_PACKET_H
#define AUDIOCODER_PACKET_H
#include <stdint.h>
uint8_t *build_stream(
uint8_t *file,
uint32_t size,
uint32_t *outSize
);
#endif //AUDIOCODER_PACKET_H
The note is not visible to the blocked user.