1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-12-02 09:37:52 +01:00
Go to file
2017-09-17 18:12:01 +02:00
audio Merge 2017-08-03 16:50:13 +02:00
client/android 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
libtgvoip_osx.xcodeproj OSX project fix 2017-08-21 23:40:55 +03:00
libtgvoip.xcodeproj Refactor all the things! 2017-07-03 04:42:49 +03:00
os fixed crash on OS X 2017-09-07 23:02:22 +03:00
webrtc_dsp/webrtc Added PulseAudio on Linux 2017-05-12 19:29:35 +03:00
.gitignore Simplify everything 2017-07-04 10:30:21 +01:00
Android.mk Update to v0.4 2017-04-17 21:57:07 +03:00
BlockingQueue.cpp Refactor all the things! 2017-07-03 04:42:49 +03:00
BlockingQueue.h Refactor all the things! 2017-07-03 04:42:49 +03:00
BufferInputStream.cpp Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
BufferInputStream.h Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
BufferOutputStream.cpp Refactor all the things! 2017-07-03 04:42:49 +03:00
BufferOutputStream.h Refactor all the things! 2017-07-03 04:42:49 +03:00
BufferPool.cpp Refactor all the things! 2017-07-03 04:42:49 +03:00
BufferPool.h Refactor all the things! 2017-07-03 04:42:49 +03:00
CongestionControl.cpp Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
CongestionControl.h Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
EchoCanceller.cpp 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
EchoCanceller.h 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
Info.plist updated to 0.3.1 2017-03-30 17:06:59 +03:00
JitterBuffer.cpp A better way to load libpulse. Also, device enumeration using it. 2017-05-24 03:31:35 +03:00
JitterBuffer.h v0.4.1 2017-05-21 17:50:23 +03:00
libtgvoip.gyp - Use VoiceProcessingIO on OS X 10.7 and higher 2017-08-01 20:17:44 +03:00
libtgvoip.UWP.vcxproj - Added Evgeny's aes_ctr_encrypt implementation 2017-06-12 12:59:35 +02:00
libtgvoip.UWP.vcxproj.filters Added UWP project file, edited WP81 to compile on x86 too. 2017-05-11 09:52:05 +02:00
libtgvoip.WP81.vcxproj Refactor all the things! 2017-07-03 04:42:49 +03:00
libtgvoip.WP81.vcxproj.filters Ported to WinRT and Windows Phone 2017-05-11 06:21:04 +03:00
logging.cpp Refactor all the things! 2017-07-03 04:42:49 +03:00
logging.h 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
MediaStreamItf.cpp Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
MediaStreamItf.h Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
NetworkSocket.cpp Add virtual destructor to NetworkAddress. 2017-07-06 20:16:18 +03:00
NetworkSocket.h Add virtual destructor to NetworkAddress. 2017-07-06 20:16:18 +03:00
OpusDecoder.cpp 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
OpusDecoder.h 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
OpusEncoder.cpp Changed opus signal type to music, increased size of outgoing packet buffer 2017-08-03 16:41:38 +02:00
OpusEncoder.h Refactor all the things! 2017-07-03 04:42:49 +03:00
threading.h v0.4.1 2017-05-21 17:50:23 +03:00
UNLICENSE Initial public release 2017-02-02 19:24:40 +03:00
VoIPController.cpp Try to fix segfault 2017-09-17 18:12:01 +02:00
VoIPController.h Merge branch 'public' of https://github.com/grishka/libtgvoip into public 2017-09-17 17:59:53 +02:00
VoIPServerConfig.cpp Finished moving things around, all classes are now in tgvoip 2017-04-28 14:17:56 +03:00
VoIPServerConfig.h Ported to WinRT and Windows Phone 2017-05-11 06:21:04 +03:00