Commit Graph

51 Commits

Author SHA1 Message Date
783359c616 - fix clang build (build_linux.py) + fix problems reported by Kimi LLM 2026-02-23 20:40:59 +03:00
78d77c4e69 - work to improve the decoding process - many problems fixes + however there are problems yet 2026-02-20 13:16:13 +03:00
94f30b25e9 - improving the decoder 2026-02-19 15:27:32 +03:00
8f826e321c - use std::chrono types for timelength values 2026-02-13 08:38:27 +03:00
bb1f92fa31 - minimize logging 2026-02-12 17:53:05 +03:00
260413fad1 - fixes 2026-01-30 08:25:17 +03:00
f650eaccb7 - fixes + correct decode of DTX/CNG periods 2026-01-11 17:48:42 +03:00
11d4bf7495 - report packet loss timeline 2026-01-06 12:46:13 +03:00
83373cb586 - making rtphone buildable on Windows 2025-04-21 13:12:56 +03:00
8d0c8ba4de - source codes cleanups and minor fixes 2025-04-16 09:58:06 +03:00
efbf9c5bf8 - send silence to audio decoder if packet is lost 2025-02-25 15:11:13 +03:00
a7176fefeb - minor cleanups 2025-02-16 14:03:04 +03:00
c45c686582 - fixes for pvqa_pcap project - lazy creation of codecs + compare timespec structures 2024-12-24 13:19:54 +03:00
4ba1ea7fa2 - fixes from pvqa_pcap 2024-12-23 17:39:45 +03:00
4d7ca3e4f3 - properly handle the badly decoded audio (which can happen due to payload type <-> codec inconsistency) 2024-11-16 16:33:21 +03:00
4cff4a0988 - more cleanups - use uuid library on the rtphone level + formatting fixed 2024-10-14 07:25:57 +03:00
677faa0615 - rename config.h to engine_config.h to avoid possible problems with include directories order 2023-11-26 16:32:51 +03:00
55445f6630 - work to merge latest changes into master branch 2023-05-10 11:03:48 +03:00
76aa7861f5 - refactoring 2023-04-21 09:59:18 +03:00
5bbdec8452 - better information about decoding results 2022-11-03 17:32:44 +03:00
83dd8f88b7 - fix compiler warning + make debugging easier 2022-10-30 18:36:06 +03:00
eabc1b5c3d - add stun server IP setting + fix problem when processing incoming audio data 2022-09-08 20:54:01 +03:00
4c1241cd1e - fixes 2021-11-03 15:27:21 +02:00
1bfd84ec34 - more work on RTP early decoding 2021-09-06 15:00:49 +03:00
23b4283b89 - initial work to move decoding from audio callback 2021-09-06 14:21:44 +03:00
74b5aa69cb - ongoing work to fix issue with unstable audio 2021-08-06 18:31:42 +03:00
e281a91af6 - missed reference to lround() 2021-07-10 18:31:18 +03:00
cf1f206056 - minor fixes of warnings + counter of dropped packets 2021-07-02 14:08:44 +03:00
33465c33a1 - fixes for minimalistic builds (without AMR / EVS / Opus codecs) 2021-01-21 13:53:25 +02:00
ed12569ad6 - switch to new PVQA & AQuA C++ interface 2020-06-27 21:50:40 +03:00
3f797bd09c - more work on EVS decoder 2020-06-16 09:09:15 +03:00
ac17680e9a - fixes 2019-06-28 17:05:15 +03:00
73ef8573db - avoid double PVQA creation in pvqa_pcap 2019-04-18 16:47:54 +03:00
e9799dae0b - RPi related changes (to build pvqa_pcap for RPi) 2019-04-18 16:47:54 +03:00
b9d49a62ab - cache latest 30 seconds of audio for analyzing 2019-03-28 09:21:53 +02:00
05689d0984 - use time intervals PVQA API 2019-03-27 11:15:55 +02:00
14b034e94c - cleanups 2019-03-21 18:40:05 +02:00
e7946b57e3 - fix for AMR codec
- fix for .wav file write rate issue
2019-03-21 12:57:53 +02:00
762207c093 - avoid OpenCore AMR codecs on Windows too (as there is no binary package yet) 2019-03-18 10:15:45 +02:00
528a66d901 - disable AMR codec for OpenWRT for now 2019-03-15 17:52:48 +02:00
522608319e - fix build for android (exclude AMR codec) 2019-03-15 11:39:31 +02:00
c27d7d2b6c - always link AMR & Opus codecs; it reduces number of problems during builds. 2019-03-14 13:37:12 +02:00
eb4d3237c0 - allow avoid decoding in audio receiver (but produce network statistics) 2019-03-12 14:27:01 +02:00
8e4f2152d2 - fixed problem with loss packet counter (it was higher than real value) 2019-03-08 13:01:24 +02:00
c303b6f09d - changes to library 2019-02-04 23:35:55 +03:00
122876e537 - changes inspired by pcap2wav utility 2018-12-26 11:25:26 +02:00
905d8269dc - remove suspicious part of code - caused hanging sometimes 2018-10-12 11:24:12 +03:00
fba79c57de - few fixes & improvements 2018-10-12 11:24:12 +03:00
59e512175a - logging improved 2018-07-19 09:52:51 +03:00
5fb8f87b11 - minor fixes for Windows build integrated into HASQ 2018-06-06 17:10:24 +03:00