dmytro.bogovych
0e48bed9c1
- set User-Agent via agent interface
2026-07-06 12:32:27 +03:00
dmytro.bogovych
40f3b34b16
- fixes after review
2026-06-16 18:05:51 +03:00
dmytro.bogovych
97c4c3aef0
- statistics improved + allow to use virtual microphone AND/OR speaker + minor cleanups
2026-05-18 10:46:21 +03:00
dmytro.bogovych
7cb3b4334f
- expose AudioManager::setAudioInput() to inject custom input device
...
Lets a host inject e.g. NullInputDevice before start() so the default
platform microphone is not constructed, avoiding the RECORD_AUDIO
permission on Android while leaving the real speaker output in place.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-17 07:20:47 +03:00
dmytro.bogovych
06e8bf0b5d
- fix logging - too much different subsystem names were used
2026-03-09 15:27:55 +03:00
dmytro.bogovych
bdc4858bcc
- initial work to fix RTPdump decoder + more fixes
2026-02-24 09:50:44 +03:00
dmytro.bogovych
783359c616
- fix clang build (build_linux.py) + fix problems reported by Kimi LLM
2026-02-23 20:40:59 +03:00
dmytro.bogovych
94f30b25e9
- improving the decoder
2026-02-19 15:27:32 +03:00
dmytro.bogovych
bb1f92fa31
- minimize logging
2026-02-12 17:53:05 +03:00
dmytro.bogovych
7bd3e981d5
- start checks with Kimi + many fixes
2026-01-31 21:29:23 +03:00
dmytro.bogovych
260413fad1
- fixes
2026-01-30 08:25:17 +03:00
dmytro.bogovych
bbf854a17a
- don't forget about the sip domain port
2026-01-29 15:14:46 +03:00
dmytro.bogovych
eec5aabc42
- cleanups
2025-09-26 12:55:19 +03:00
dmytro.bogovych
83373cb586
- making rtphone buildable on Windows
2025-04-21 13:12:56 +03:00
dmytro.bogovych
10ec751e43
- format source code (indentation 4 space
2024-11-05 11:42:33 +03:00
dmytro.bogovych
42cc9ee096
- fix compiler warnings
2023-06-05 11:55:40 +03:00
dmytro.bogovych
21fb865d80
- remove references to Sevana libraries
2023-05-30 18:26:20 +03:00
dmytro.bogovych
defe8531e7
- ongoing work
2023-05-28 15:42:32 +03:00
dmytro.bogovych
7653fcf138
- fixes for Android build mostly
2023-05-22 11:01:44 +03:00
dmytro.bogovych
55445f6630
- work to merge latest changes into master branch
2023-05-10 11:03:48 +03:00
dmytro.bogovych
691501c405
- decouple the Sevana libraries; some improvements for statistics
2022-10-12 12:28:57 +03:00
dmytro.bogovych
eabc1b5c3d
- add stun server IP setting + fix problem when processing incoming audio data
2022-09-08 20:54:01 +03:00
dmytro.bogovych
aeedeb0626
- work to fix secure calls problems
2021-12-22 16:35:41 +02:00
Dmytro Bogovych
616498e8a2
- better logging + initial sips: tests
2021-12-19 13:52:01 +02:00
dmytro.bogovych
cf1f206056
- minor fixes of warnings + counter of dropped packets
2021-07-02 14:08:44 +03:00
dmytro.bogovych
84d13da22b
- closer to 'classic' AQuA parameters
2021-06-14 17:12:44 +03:00
dmytro.bogovych
ca6fa9f14a
- report samplerate for incoming audio dump
2021-06-13 21:15:01 +03:00
dmytro.bogovych
fbad7e07d0
- make better AQuA parameters' set + fix odd logging line
2021-06-09 14:41:17 +03:00
dmytro.bogovych
9479a0f36f
- fix opus codec usage
2021-06-09 13:06:26 +03:00
dmytro.bogovych
61be61b7e3
- missed changes
2021-06-08 19:30:02 +03:00
dmytro.bogovych
4d8a167899
- fix building issue (move from Json:: to JsonCpp:: namespace) + minor cleanup in cmake file
2021-01-20 20:38:58 +02:00
dmytro.bogovych
d9f8b0aafb
- 0.8.39 - fixed #1 and #2
2020-12-08 09:54:48 +02:00
dmytro.bogovych
095aab4d59
- better logging for https://gitlab.com/sevana_ou/qualtest_softphone/-/issues/6
2020-11-27 12:41:27 +02:00
dmytro.bogovych
cc5b704997
- minor improvements
2020-10-30 12:52:42 +02:00
dmytro.bogovych
55a31060ec
- send recorded audio (when AQuA used) to Java level
2020-10-29 10:48:59 +02:00
dmytro.bogovych
6554688cb7
- cleanup
2020-10-29 10:28:53 +02:00
dmytro.bogovych
5450c155d9
- cleanup + fixed AQuA reference leak (license counter was exhausted and MOS resulted in 0.0)
2020-09-25 16:58:20 +03:00
dmytro.bogovych
8c4da74cc2
- better logging
2020-09-24 16:59:58 +03:00
dmytro.bogovych
95f61f9f9b
- logging extended for AQuA analyzer invocation
2020-09-18 15:34:37 +03:00
dmytro.bogovych
49fbe2345f
- work on further AQuA integration - now spectrum information is here
2020-06-27 21:50:03 +03:00
dmytro.bogovych
7b78c3ce73
- more changes for sevana enabled builds
2020-06-27 13:40:01 +03:00
dmytro.bogovych
9e64bcd86c
- fix build
2020-06-27 11:05:19 +03:00
dmytro.bogovych
e1501e5ddc
- initial work to replace MT::SevanaMos with sevana::aqua & sevana::pvqa
2020-06-27 10:59:50 +03:00
dmytro.bogovych
682362c6fe
- removed old Sevana routines (they are moved to pvqa++ / aqua++ header files)
...
- cleanups
2019-06-22 12:00:49 +03:00
dmytro.bogovych
2aff120468
- support new license & config data API from PVQA/AQuA
2019-03-10 20:14:21 +02:00
dmytro.bogovych
9d31979db3
- more fixes for Windows build
2018-07-21 13:09:13 +03:00
dmytro.bogovych
59e512175a
- logging improved
2018-07-19 09:52:51 +03:00
dmytro.bogovych
e1a4931375
- initial import
2018-06-05 11:05:37 +03:00