Grishka
ed276b4ad1
I'm too lazy to come up with a commit message
2019-03-12 16:34:05 +03:00
Grishka
b6cfcba80f
Fixed protocol compatibility
2019-03-11 14:32:56 +03:00
Grishka
a6e6ed5825
Fix FEC packet loss percent for libopus 1.3
...
Also make opus in-band FEC less aggressive
2019-03-11 01:12:09 +03:00
Grishka
6e7384d5a8
Debug stats
2019-02-12 16:17:01 +03:00
Grishka
1b699b320d
p2p improvements
2019-02-10 15:28:22 +03:00
Grishka
fc13464b35
fix
2019-02-07 16:18:48 +03:00
Grishka
3a58a16194
2.4.3
2019-02-05 14:41:00 +03:00
Grishka
4f64e2e837
fixes
2019-01-09 23:27:23 +03:00
Grishka
0c732e2ce4
fixes
2019-01-08 06:28:42 +03:00
Grishka
12e76ed3db
better logging
2019-01-03 16:51:44 +03:00
Grishka
a1df90f286
Set preferred audio session parameters on iOS
...
+ build bixes
2018-12-31 18:27:00 +03:00
Grishka
8fd89fc173
Fixes, mic level testing and volume adjustment
2018-12-30 02:24:55 +03:00
Grishka
fed3bb73ee
Detect when proxy does not support UDP and persist that across calls
2018-12-19 19:51:45 +03:00
Grishka
f1b9e63e0c
packet logging
2018-12-19 05:10:25 +03:00
Grishka
beeea45d2e
I apparently still suck at C++ memory management
2018-12-12 03:29:31 +03:00
Grishka
f85ce99894
Save more data in data saving mode
2018-11-30 15:40:02 +03:00
Grishka
f4c4f792d1
Collect packet stats and accept json string for server config
2018-11-30 15:39:52 +03:00
Grishka
78e584c443
New protocol version: optimized packet size
2018-11-23 04:03:16 +03:00
Grishka
5caaaafa42
Updated WebRTC APM
...
I'm now using the entire audio processing module from WebRTC as opposed to individual DSP algorithms pulled from there before. Seems to work better this way.
2018-11-23 04:02:53 +03:00
Grishka
cc0cf35725
fixed deadlock
2018-11-23 04:02:42 +03:00
Grishka
02f4835e31
Rearranged VoIPController methods and added sections
2018-11-23 04:02:34 +03:00
Grishka
81daf3f26c
fix
2018-11-14 23:54:44 +03:00
Grishka
b1a0b3d94a
2.3
...
- Nonblocking sockets
- Better ShittyInternetMode
- Fixed a bunch of bugs
- Probably added some new bugs too
2018-11-09 18:44:01 +03:00
Grishka
14d782bf9f
Fixes
...
This makes some parts of #53 unnecessary, sorry Fela
2018-09-16 23:38:52 +03:00
Grishka
9a1ec510e2
Fixed build for Windows Phone, fixed some warnings
2018-09-08 22:26:54 +03:00
Grishka
4aea54fb5c
fix
2018-09-08 14:15:48 +03:00
Grishka
64f14585e7
2.2.4
...
- Added tests (using xcode)
- Added a define to enable callback-based audio I/O instead of using actual audio devices
- Fixed a crash on Windows when there's no access to the microphone
- Misc fixes
2018-09-01 01:59:09 +03:00
Grishka
31fe4afdd0
windows fixes
2018-08-28 23:55:21 +03:00
Grishka
bfa1e6ab76
Proxy fix
2018-08-27 14:39:27 +03:00
Grishka
23ae67306d
closes #50
2018-08-24 18:38:09 +03:00
Grishka
1ca50fdce7
fixes again
2018-08-24 02:31:27 +03:00
Grishka
529a3bf14f
2.2.2: more fixes
...
- Probable fix for a mysterious crash in WASAPI
- Hopefully fixes telegramdesktop/tdesktop/4219 by setting PA stream role and bypassing filters
- Outgoing packet queue now uses Buffer instead of BufferPool
2018-08-07 23:10:31 +03:00
Grishka
3334409ac7
2.2.1: bug fixes
2018-08-03 17:26:00 +03:00
Grishka
8faf6f6700
Fixes
2018-07-29 21:21:34 +03:00
Grishka
5380aaba0d
2.2
...
- Refactored audio I/O to allow sharing a common context between input and output, for those OSes that require this
- Rewritten periodic operation handling to use a "run loop" thingy instead of an ugly loop formerly known as tick thread
- Fixed a bunch of compiler warnings (closes #13 )
- Added automake so you no longer need to use the GYP file for standalone builds (closes #43 )
2018-07-17 19:48:21 +03:00
Grishka
a80548e95f
Fixes
2018-06-12 17:41:55 +03:00
Grishka
fc9b6175b0
Fixes
2018-06-04 22:59:58 +03:00
Grishka
342cc5a295
2.1
2018-06-04 22:37:43 +03:00
Grishka
5ae5b34cc7
fix
2018-06-01 23:06:27 +03:00
Grishka
83ac2c603b
Fixes
2018-05-28 02:17:22 +03:00
Grishka
d2453dd1d0
Synchronize audio I/O creation & deletion
2018-05-25 22:14:45 +03:00
John Preston
00851dc634
Fix build for Windows.
2018-05-24 19:49:58 +03:00
Grishka
b52eb581fa
2.0-alpha4
2018-05-15 21:23:46 +03:00
Grishka
a3feec022c
Fix
2018-05-10 15:33:14 +03:00
Gregory K
3511a42d3d
Merge pull request #31 from mymedia2/patch-1
...
Remove deprecated call of AES_ctr128_encrypt
2018-04-07 14:13:55 +03:00
Grishka
55c2202937
Fixes
2017-12-27 21:25:47 +04:00
Nicholas Guriev
b0c6da9bdc
Add extern "C" wrapper
...
It perhaps fixes build failure against ancient OpenSSL.
See also: https://github.com/openssl/openssl/commit/17e80c6
2017-12-08 23:16:12 +03:00
Grishka
d348e56436
Added AGC on audio output because some echo cancellation implementations don't like loud audio in speakerphone mode; this should only be enabled when using the earpiece speaker, on devices that have one. Also, the AGC on the input is now configured with a much lower target level.
2017-09-07 08:39:33 +03:00
Grishka
dc913a843a
Added signal bars & fixed OSX project
2017-08-21 19:02:37 +03:00
Nicholas Guriev
f2e246c1bf
Remove deprecated call of AES_ctr128_encrypt
...
* The AES_ctr128_encrypt function is not available in OpenSSL 1.1.0
without a special compiler flag
* Fix a small misspelling
2017-07-06 23:26:40 +03:00