Fix unpack, add audio dump

This commit is contained in:
Geoffrey Merck
2020-05-24 07:43:22 +02:00
parent ad843e7283
commit ed3299a513
2 changed files with 33 additions and 9 deletions

View File

@@ -23,6 +23,11 @@
#include "Defines.h"
#include "IIRDirectForm1Filter.h"
// Uncomment this to dump audio to a raw audio file
// The file will be written in same folder as executable
// Toplay the file : aplay -f FLOAT_LE -c1 -r8000 -t raw audiodump.bin
//#define DUMP_RF_AUDIO
class CFMControl {
public:
CFMControl(CFMNetwork* network);