6b910c44c6
Misc improvements and refactorings
2020-01-22 12:43:51 +01:00
Igor Zhukov
05c83992e5
Merge branch 'public' of https://github.com/grishka/libtgvoip into grishka-public
2019-12-29 15:06:10 +05:00
John Preston
4dabb67eff
Fix build without private APIs.
2019-11-30 11:19:58 +03:00
Grishka
f7ff6409df
I tried so hard, and got so far
...
But in the end, it doesn't even matter
😭
2019-04-15 02:43:10 +03:00
Grishka
b22fed62e6
Fix
2019-03-12 16:28:24 +03:00
Grishka
bfa92bd59c
Updated projects
2019-03-12 16:15:22 +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
ce74c9216f
Avoid using private APIs on OS X in app store builds
2019-02-27 18:29:01 +04:00
Grishka
aabd289ba1
Swift? Where we are going, we don't need Swift!
2019-02-24 16:15:14 +04: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
69adf70d9a
Use server config for APM + iOS crash fix
2018-12-19 05:10:34 +03:00
Grishka
f85ce99894
Save more data in data saving mode
2018-11-30 15:40:02 +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
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
b52eb581fa
2.0-alpha4
2018-05-15 21:23:46 +03:00
Grishka
4dd77bdda2
fix
2018-04-08 23:03:06 +03:00
Grishka
91270ab5c1
Fixed audio input on OS X 10.6
2018-04-08 22:55:43 +03:00
Grishka
41d16426fd
probably fix crash on os x
2018-03-02 14:51:42 +04:00
Grishka
6b0d4a6cc3
fix
2018-01-24 17:56:42 +03:00
Grishka
620da00fb6
Use larger buffer for audio capture on OS X because 10 kb was apparently not enough in some cases
2017-09-21 16:16:37 +03:00
Grishka
e6455adb39
fixed crash on OS X
2017-09-07 23:02:22 +03:00
Grishka
dc913a843a
Added signal bars & fixed OSX project
2017-08-21 19:02:37 +03:00
Grishka
bfd5cfecb3
- Use VoiceProcessingIO on OS X 10.7 and higher
...
- Apply AGC after AEC/NS to work around loud echo on desktops
- Fixed (?) mic muting on Windows
2017-08-01 20:17:44 +03:00
Grishka
e42287b6f4
Fixes
2017-07-20 00:00:13 +03:00
Grishka
1be4d016a4
Refactor all the things!
...
- Added support for SOCKS5 proxy
- Also, a bunch of bugfixes
2017-07-03 04:42:49 +03:00
Grishka
73bf810c79
Better estimation of audio delay for AEC
2017-05-14 16:28:17 +03:00
Grishka
5109903e02
Logging to file(s) now works on all systems and logs now contain OS version in their header
...
On OS X, audio now plays only out of the right speaker on MacBook Pro's to avoid insane echo when using built-in speakers
Fixed crash on Linux
2017-05-06 02:18:34 +03:00
Grishka
697e250727
Finished moving things around, all classes are now in tgvoip
...
Replaced condition variables with semaphores
Audio device enumeration & selection on OS X and Windows
2017-04-28 14:17:56 +03:00
Grishka
bfde1a4be3
Update to v0.4
...
Moved public API classes into namespace tgvoip (CVoIPController -> tgvoip::VoIPController, CVoIPServerConfig -> tgvoip::ServerConfig)
Endpoint is now a class instead of a struct; also, IP addresses are now wrapped into objects instead of relying on in_addr and in6_addr
Full Windows port (Win32 threading + Winsock + WaveOut/WaveIn)
Added support for ALSA audio I/O on Linux (closes #2 )
Abstracted away low-level networking to make it more portable
Minor bugfixes
2017-04-17 21:57:07 +03:00
Grishka
333c4a1101
Added working audio i/o for OS X
...
Added simple audio resampler
Replaced prebuilt static libs with their sources & added that to all project files (closes #5 )
2017-04-09 19:14:33 +03:00
Grishka
eb813e1d13
updated to 0.3.1
2017-03-30 17:06:59 +03:00
Grishka
2027dabd60
Initial public release
2017-02-02 19:24:40 +03:00