1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-29 20:29:01 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
b152e32208
Merge multiple fixes 2020-03-10 19:36:27 +01:00
72c288afa0
Update webrtc 2020-03-10 16:31:19 +01:00
4ec38f903a
Fix 2020-01-22 12:55:03 +01:00
6b910c44c6
Misc improvements and refactorings 2020-01-22 12:43:51 +01:00
Fela Ameghino
028d86f599 Updated UWP project to 2.4.4 2019-03-11 18:28:38 +01:00
Vitaly Zaitsev
243acfa6a5
Backported WebRTC upstream patch with Big Endian support.
Backported Fedora patch by Than Ngo with PowerPC and aarch64 build fixes.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2018-12-21 14:00:35 +01:00
Grishka
7f54b9109c crash fix
also fixes #60
2018-12-10 22:54:46 +03:00
Grishka
8cf9177f06 Fixed build on iOS 2018-11-23 04:03:10 +03:00
Grishka
9dd089d2bb fixed build on android 2018-11-23 04:03:03 +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
6dcf281d24 Added PulseAudio on Linux
Fixes on WinRT
2017-05-12 19:29:35 +03:00
Grishka
8e837c61ac Ported to WinRT and Windows Phone 2017-05-11 06:21:04 +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