FreeCalypso > hg > ice1-trau-tester
comparison ater8/read_file.h @ 42:ff94d7fc5891
new program itt-ater-8
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Aug 2024 19:02:42 +0000 |
parents | ater/read_file.h@5405c1573027 |
children |
comparison
equal
deleted
inserted
replaced
41:50a72d4ff498 | 42:ff94d7fc5891 |
---|---|
1 /* | |
2 * This header file defines the interface to the function that reads | |
3 * ETSI *.dec binary files which we've adopted as our TRAU-UL test | |
4 * input format for GSM-HR. | |
5 */ | |
6 | |
7 #pragma once | |
8 | |
9 #include <stdint.h> | |
10 | |
11 int read_binary_file(const char *filename, int16_t **bufret, | |
12 unsigned *size_ret); |