FreeCalypso > hg > ice1-trau-tester
view ater8/read_file.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 reads * ETSI *.dec binary files which we've adopted as our TRAU-UL test * input format for GSM-HR. */ #pragma once #include <stdint.h> int read_binary_file(const char *filename, int16_t **bufret, unsigned *size_ret);