-
-
Notifications
You must be signed in to change notification settings - Fork 22
Hi all!
Just started playing around with this today, and it's working well for me so far (using the latest Cygwin nightyly). However I've noticed the payloads aren't being logged for some reason. I'm starting things with the -Z -N 2>log.ans flags (using a wav file as my input). Everything works fine, but when it finishes this is all I have in the log file:
NOTICE: WAV input sample rate: 96000 Hz (interp=2)
NOTICE: Decoding only P25 Phase 1 frames.
NOTICE: Logging MBE/PDU payloads to console.
NOTICE: ------------------------------------------------------------------------------
NOTICE: | Digital Speech Decoder: DSD-neo 0.0.0 (ad41542)
NOTICE: ------------------------------------------------------------------------------
NOTICE: MBElib-neo Version: 1.0
NOTICE: CODEC2 Support Enabled
[P25 SM] Init: hangtime=2.00s grant_timeout=3.00s cc_grace=5.00s state=IDLE
[DMR SM] Init: hangtime=2.00s grant_timeout=4.00s state=IDLE
OSS Output /dev/dsp.
Using OSS Output with 8000k/1 channel configuration.
Audio In Device: ckfire.wav
Autosaved configuration to /home/Forts/.config/dsd-neo/config.ini
NOTICE:
NOTICE: Total audio errors: 638
NOTICE: Total header errors: 722
NOTICE: Total irrecoverable header errors: 189
NOTICE: Exiting.
Any suggestions??
All reactions
Replies: 2 comments
hi, sorry, this is a known bug i need to fix... if you don't run with -N (ncurses UI) you should see the payloads
All reactions
i've made an issue for this, i'll fix it in the next nightly build (later today or tomorrow)