-
-
Notifications
You must be signed in to change notification settings - Fork 22
Event Log / Console Log #50
Hey there! I have just been testing DSD-Neo and I am really enjoying the ncurses interface as well as your detailed documentation on everything. For my use case, I am needing to log individual voice / data frames. I know I can get this from the console log, but the console log a). doesn't have date stamps and b). prints each entry over multiple lines.
Is it possible to get the individual frames to print to the event log (with the date, time, one entry per line format)?
All reactions
Replies: 2 comments 3 replies
sure, i added a new command line option --frame-log frames.log to handle this.
https://github.com/arancormonk/dsd-neo/blob/main/docs/cli.md#recording--files
let me know if this works ok for your use case.
All reactions
May be user error on my part, but when I add that command to my batch file, Neo creates the log file then crashes about 1 second after launch. My .bat is:
cd C:\Users\Taylor\Desktop\dsd-neo\bin
.\dsd-neo -i pulse --frame-log frames.log -f1 -N 2> dsd_log_2.txt
All reactions
-
👀 1
no, this is my fault... windows constantly bites me, lol. i'll push a fix in the next build soon.
All reactions
fixed in e213352... i tested on linux AND windows this time...
latest nightly build should be updated by now
All reactions
Wow that's so cool- thanks for doing that! I'll let you know how it works
All reactions
-
👍 1