mirror of
https://github.com/xiph/opus.git
synced 2025-05-25 20:59:13 +00:00
7 lines
No EOL
222 B
C
7 lines
No EOL
222 B
C
#ifndef _FEC_PACKETS_H
|
|
#define _FEC_PACKETS_H
|
|
|
|
int get_fec_frame(const char * const filename, float *features, int packet_index, int subframe_index);
|
|
int get_fec_rate(const char * const filename, int packet_index);
|
|
|
|
#endif |