More work on making freq.[ch] more generic

This commit is contained in:
Jean-Marc Valin 2018-12-13 17:40:05 -05:00
parent fb3112ade6
commit 12f16df6b7
3 changed files with 15 additions and 12 deletions

View file

@ -28,9 +28,9 @@
#include <stdio.h>
#include "arch.h"
#include "lpcnet.h"
#include "freq.h"
#define FRAME_SIZE 160
int main(int argc, char **argv) {
FILE *fin, *fout;
LPCNetState *net;