Commit Graph

75 Commits

Author SHA1 Message Date
c648db062a - bring back other codecs (Opus was active only before) 2021-07-28 09:55:39 +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
e7467aa154 - fix samplerate to 48000 2021-06-09 21:43:48 +03:00
fbad7e07d0 - make better AQuA parameters' set + fix odd logging line 2021-06-09 14:41:17 +03:00
9479a0f36f - fix opus codec usage 2021-06-09 13:06:26 +03:00
61be61b7e3 - missed changes 2021-06-08 19:30:02 +03:00
33465c33a1 - fixes for minimalistic builds (without AMR / EVS / Opus codecs) 2021-01-21 13:53:25 +02:00
1007d752bc - replace options with variables - more work to make AMR / EVS / Opus codecs optional 2021-01-20 21:48:29 +02:00
24270bac97 - exclude AMR / GSM EFR / EVS / Opus codecs from the default build - to make the new basic builds easier to port to new platforms / projects 2021-01-20 21:06:17 +02:00
2a977af330 - more cleanups 2020-10-29 10:28:53 +02:00
6554688cb7 - cleanup 2020-10-29 10:28:53 +02:00
a1323585a1 - fix compiler warnings 2020-07-06 14:07:21 +03:00
7ca48b4fe2 - fix invalid memory access 2020-07-06 13:34:42 +03:00
328ae8d5b5 - fixes to parse EVS payload types with CMR & ToC 2020-07-02 13:09:22 +03:00
ed12569ad6 - switch to new PVQA & AQuA C++ interface 2020-06-27 21:50:40 +03:00
cb037b5ae0 - more changes for EVS decoder 2020-06-27 15:40:08 +03:00
ad110c3d97 - use wideband EVS with MIME headers 2020-06-16 10:11:53 +03:00
3f797bd09c - more work on EVS decoder 2020-06-16 09:09:15 +03:00
0072713705 - more fixes for EVS enabled 2020-06-15 19:20:47 +03:00
3bffbb446d - more work on EVS 2020-06-15 17:55:01 +03:00
46c355e29a - work on evs decoder 2020-06-15 15:41:54 +03:00
0d69c26a13 - forgotten fixes from March 2020-05-05 12:34:52 +03:00
9e9b68697d - allow opencore amr codecs on Windows platform 2020-02-01 13:31:08 +03:00
ac17680e9a - fixes 2019-06-28 17:05:15 +03:00
0114b91917 - cleanups 2019-06-26 12:04:14 +03:00
682362c6fe - removed old Sevana routines (they are moved to pvqa++ / aqua++ header files)
- cleanups
2019-06-22 12:00:49 +03:00
e7d015c110 - rtphone project builds now 2019-06-10 20:16:37 +03:00
7d4933b066 - more changes to allow CI runs on this project 2019-06-09 22:00:41 +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
e3489350bd - fix build with PVQA library 1.5.601 2019-04-12 21:59:41 +03:00
287ae827af - cleanups in types 2019-04-02 14:39:58 +03:00
b9237688f2 - remove one more warning 2019-03-31 20:55:11 +03:00
47e21e5a54 - PIC option is enabled for all projects 2019-03-31 20:55:11 +03:00
b9d49a62ab - cache latest 30 seconds of audio for analyzing 2019-03-28 09:21:53 +02:00
9e3b4bfb9e - fix lost reference to HL_ByteBuffer.h 2019-03-27 14:59:19 +02:00
05689d0984 - use time intervals PVQA API 2019-03-27 11:15:55 +02:00
7c753dca40 - fixes for Android build 2019-03-26 13:20:11 +02:00
2f3fa06654 - avoid extra dependency on boost 2019-03-25 21:02:59 +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
e8963264e9 - fix potential problems with builds - size of some structures depends on #define in projects. But #define can be different for app and library (for example) - it will result in strange crashes. Fixed. 2019-03-14 11:37:49 +02:00
11db9b7450 - put references to RtpDump to #ifdef USE_RTPDUMP where possible 2019-03-14 10:30:38 +02:00
eb4d3237c0 - allow avoid decoding in audio receiver (but produce network statistics) 2019-03-12 14:27:01 +02:00
2aff120468 - support new license & config data API from PVQA/AQuA 2019-03-10 20:14:21 +02:00