blob: 6bf1b56f443fd582fc52b1149fc201bd80395fe9 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
#include <nnwt/packet.h>
#include "codec.h"
void nn_packet_write_audio_format(struct nn_packet *packet, struct camu_audio_format *fmt);
void nn_packet_read_audio_format(struct nn_packet *packet, struct camu_audio_format *fmt);
|