mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Fix unpack, add audio dump
This commit is contained in:
parent
ad843e7283
commit
ed3299a513
2 changed files with 33 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue