1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/core
tux3 ce2f8fd1d5
Cleanup and improve audio input
We now subscribe to an event and wait for frames when capturing audio
input, the big avdantage is that we only have to fetch the frames from
the hardware once, and we don't need to cache anything.
The frames are simply dispatched to the client's callbacks immediately.

Also removes some outdated ifdefs that did not apply anymore.
2016-01-23 16:45:25 +01:00
..
cdata.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
cdata.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
core.cpp Safer casts in Core::getGroupPeerNames 2016-01-21 16:51:25 +01:00
core.h Fix some avatars saved with the wrong name 2015-12-08 23:10:15 +01:00
coreav.cpp Cleanup and improve audio input 2016-01-23 16:45:25 +01:00
coreav.h Cleanup and improve audio input 2016-01-23 16:45:25 +01:00
coredefines.h Strip out old AV code 2015-10-23 17:02:01 +02:00
coreencryption.cpp Scan-build cleanup 2016-01-16 02:24:13 +01:00
corefile.cpp Fix bad handling of empty avatars 2015-12-19 16:28:57 +01:00
corefile.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
corestructs.cpp Fix some warnings 2015-06-08 11:46:38 +02:00
corestructs.h Fix some warnings 2015-06-08 11:46:38 +02:00
cstring.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
cstring.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
indexedlist.h Fix crash due to erase/remove typo 2015-10-23 17:52:45 +02:00
toxcall.cpp Cleanup and improve audio input 2016-01-23 16:45:25 +01:00
toxcall.h Cleanup and improve audio input 2016-01-23 16:45:25 +01:00
toxid.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
toxid.h Add some basic documentation about Tox ID in source 2016-01-14 20:21:00 +00:00