mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
fixe network byte ordering, change audio dump to dumep 16 bit samples
This commit is contained in:
parent
0b8a9a1a4c
commit
75d5083f8e
2 changed files with 7 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue