fixe network byte ordering, change audio dump to dumep 16 bit samples

This commit is contained in:
Geoffrey Merck
2020-05-30 19:59:15 +02:00
parent 0b8a9a1a4c
commit 75d5083f8e
2 changed files with 7 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
// 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
// Toplay the file : ffplay -autoexit -f u16be -ar 8000 audiodump.bin
// #define DUMP_RF_AUDIO
class CFMControl {