1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
tux3 6425448196
Implement the playMono16Sound API sanely
This API used to start *A NEW THREAD* for every sound played!!

Now we simply have a dedicated source and buffer to play those sounds, we use a timer to cleanup the buffer 50ms after the sound is done playing (if a new sound hasn't started in the meantime)
2016-01-23 16:45:25 +01:00
..
audio Implement the playMono16Sound API sanely 2016-01-23 16:45:25 +01:00
chatlog Fix margins of file transfer widget 2016-01-21 17:11:37 +01:00
core Cleanup and improve audio input 2016-01-23 16:45:25 +01:00
net Fix #2796 2016-01-22 02:46:06 +01:00
persistence Async smiley loading for fast start 2016-01-21 07:47:15 +01:00
platform Enable OS X Auto-run at login 2016-01-20 05:17:03 -05:00
video Have v4l2 read MJPEG video by default 2016-01-20 00:00:03 +01:00
widget Fix avform mic slider enabling 2016-01-23 16:45:25 +01:00
android.ui Start new Material Design android GUI 2015-02-22 23:32:14 +01:00
friend.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
friend.h Add status message setter and getter 2015-11-09 20:53:24 +00:00
friendlist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
friendlist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
group.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
group.h remove unused code, removed unused checks 2015-10-18 10:18:06 +01:00
grouplist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
grouplist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
ipc.cpp Cleaned up all the ipc/startup code: 2015-12-22 14:59:55 +02:00
ipc.h cleanup inheritance QThread --> QObject and includes 2015-10-11 13:49:22 +02:00
loginscreen.ui Don't make program name "qTox" traduisible 2015-11-07 12:02:33 +01:00
main.cpp Fix #2194: Create QApplication before logging 2016-01-21 02:41:13 +01:00
mainwindow.ui Set window icons on settings window 2016-01-03 13:06:24 +00:00
nexus.cpp Fix capitalization of Settings::loadpersonal() 2016-01-21 03:00:46 +01:00
nexus.h Multi-window: OS X window list, fix OS X translations 2015-09-12 19:07:45 +02:00