view ater8/out_frame.h @ 51:db39e8855f3d

ater: implement play-d144
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 25 Sep 2024 05:53:38 +0000
parents ff94d7fc5891
children
line wrap: on
line source

/*
 * This header file defines the interface to the function that
 * fills struct osmo_trau_frame based on a 22-word decoder input
 * record we read from an ETSI *.dec file.
 */

#pragma once

#include <stdint.h>
#include <stdbool.h>

#include <osmocom/trau/trau_frame.h>

void trau_frame_from_record(const int16_t *rec, struct osmo_trau_frame *fr,
			    bool *has_taf);