alac_magic_cookie.h 152 B

1234567
  1. #pragma once
  2. #include "audio_receiver.h"
  3. #define ALAC_MAGIC_COOKIE_SIZE 24
  4. void build_alac_magic_cookie(uint8_t *cookie, const audio_format_t *fmt);