374 Commits (aad381c8854ce0f1369f1edf066f0ca58168c42f)
 

Author SHA1 Message Date
Dave Behnke aad381c885 feat(reflector): rate limit orphaned frame warnings to once per minute
3 months ago
Dave Behnke a02a7209fc fix(audio): restore missing AudioRecorder.h include
3 months ago
Dave Behnke 10991a9c61 fix(audio): replace rand() with mt19937 for thread-safe UUIDs to prevent 0-byte recordings
3 months ago
Dave Behnke 7dd92e0142 chore: Remove debug logging
3 months ago
Dave Behnke f5037d36dc chore: Add debug logging to CodecStream
3 months ago
Dave Behnke 26ff637e81 fix: Add sleep to RxThread to prevent spin loop on transcoder failure
3 months ago
Dave Behnke 94e57a7a73 feat: Implement Event-Driven Architecture in CodecStream
3 months ago
Dave Behnke c3d78edbeb chore: Remove debug audio logging
3 months ago
Dave Behnke d72dc3176d fix: Correct Opus granulepos calculation for 48kHz
3 months ago
Dave Behnke c826a87a88 feat: Add debug amplitude logging
3 months ago
Dave Behnke d8cb0f73c3 fix: Cache filename before stopping recorder to return correct path
3 months ago
Dave Behnke 28780ccebe feat: Add audio recording data path and logging
3 months ago
Dave Behnke d300a9a7ca fix: Allow lowercase 'path' in audio config and standardize ini
3 months ago
Dave Behnke 5f488f304e fix: Add configuration parsing for Audio section
3 months ago
Dave Behnke f40c42fbaf fix: Exclude test_audio.cpp from build to prevent multiple main definitions
3 months ago
Dave Behnke 01da0f92da fix: Add StopRecording to CPacketStream
3 months ago
Dave Behnke cbfaf8c176 feat: Implement audio recording with Opus/UUIDv7
3 months ago
Dave Behnke ce2e9025e9 Fix P25 and NXDN route names to use URF prefix
3 months ago
Dave Behnke e6af62fd85 Remove last leftover P25_DEBUG log
3 months ago
Dave Behnke c500f7d4ce Cleanup P25 debug logs and buffering, keep Header/Terminator fixes
3 months ago
Dave Behnke 8bcf7d726e Fix compile error: Scope case block for local variable
3 months ago
Dave Behnke 7eaa1acd78 Fix P25: Add CIp operator<, fix terminator ID, and update header frame ID
3 months ago
Dave Behnke f7aa46727e Fix syntax error: Remove duplicate offset declaration
3 months ago
Dave Behnke 41e58d835a Fix P25 Orphaned Frames by buffering pre-header packets
3 months ago
Dave Behnke 3434c5d150 Add P25_DEBUG prints for Orphaned Frame diagnosis
3 months ago
Dave Behnke 2accf49241 Cleanup: Remove M17 debug logging
3 months ago
Dave Behnke eed188150b Fix typo in M17_DEBUG print
3 months ago
Dave Behnke 03f613e7e6 Add M17_DEBUG prints for M17 Frame Type Validation
3 months ago
Dave Behnke 034c45396f Fix M17 sped-up audio: Pace input packets by 20ms
3 months ago
Dave Behnke a0dfdaf1bb Fix M17 audio speed: Correct Frame Number calculation to prevent duplicates
3 months ago
Dave Behnke 5a146e3aa4 Fix M17 audio speed: Assign Even/Odd sequence numbers to split packets
3 months ago
Dave Behnke 6f2b7d6421 Fix M17 garbage audio: Force usage of C2_3200 for TCD output
3 months ago
Dave Behnke 4aedb18865 Add debug logs to M17 HandleQueue
3 months ago
Dave Behnke 8e96575750 Fix M17 sped up audio: Read payload from correct offset based on sequence
3 months ago
Dave Behnke 9f88014a8e Fix M17 payload offset for tcd and add stream keepalive
3 months ago
Dave Behnke 02fd824bd0 Enable debug logs for CodecStream packet tracking
3 months ago
Dave Behnke 462d7a2b6e Add debug logs for M17 frame splitting and stream closure
3 months ago
Dave Behnke 8e8d85ef61 Fix M17 crash: capture CodecType before Header invalidation in Input
3 months ago
Dave Behnke f1cc20fba0 Fix M17->P25 drop: split incoming 40ms frames into two 20ms frames
3 months ago
Dave Behnke 828dbee960 Fix syntax and comparison errors in M17Protocol.cpp
3 months ago
Dave Behnke 7417a08946 Fix M17 slow motion: implement 2:1 frame aggregation for 20ms input
3 months ago
Dave Behnke d8ee108b20 Fix M17 audio drop: uncomment header cache update
3 months ago
Dave Behnke 8a2a77d2f1 Fix M17 audio drops: remove seq%2 decimation logic
3 months ago
Dave Behnke ada180d6ae Fix P25 StreamID mismatch: clear stale packets in CodecStream::ResetStats
3 months ago
Dave Behnke 46166f7c45 Fix M17 OpenStream crash: cache module char before Header invalidation
3 months ago
Dave Behnke 450e1d9122 Add debug prints to trace M17 crash
3 months ago
Dave Behnke 34dda43674 Fix syntax error in CSIn: restore missing loop
3 months ago
Dave Behnke 883b9a67b6 Implement mrefd parity: #/@ALL support and DMR ID lookup
3 months ago
Dave Behnke c4248d85e4 Relax M17 Callsign validation to match mvoice spec
3 months ago
Dave Behnke ac77994e00 Merge tcd-nng into dev (resolved Callsign.cpp conflict)
3 months ago

Powered by TurnKey Linux.