From 2744c3621364186c05de6fe6faedbf1603ceb975 Mon Sep 17 00:00:00 2001 From: pg Date: Mon, 29 Dec 2014 15:41:16 +0100 Subject: [PATCH] fix readme --- README.md | 3 +++ fsk_minitel.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29..4a3a12d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +genere un son wav modulant une liaison serie 7n1 avec porteuse 1.2k + +dsp code ripped from : http://stackoverflow.com/questions/10693590/source-for-a-good-simple-soft-modem-library diff --git a/fsk_minitel.c b/fsk_minitel.c index 7377df1..3c3139b 100644 --- a/fsk_minitel.c +++ b/fsk_minitel.c @@ -15,7 +15,7 @@ #define SPANDSP_EXPOSE_INTERNAL_STRUCTURES //#endif -#include "my_fsk.h" +#include "minitel_fsk.h" #include "spandsp.h" #include "spandsp-sim.h" int16_t tone_amp[160];