Nils Fenner
|
b44ef6c596
|
introduce a non-blocking AudioPlayer
Also moved private stuff to private class.
|
2015-12-20 09:45:43 +01:00 |
|
Nils Fenner
|
1fb9bce78c
|
move audio class to thread before starting
|
2015-12-20 09:45:22 +01:00 |
|
Nils Fenner
|
bb7d2a72b7
|
privatized audio interface
|
2015-12-20 09:45:22 +01:00 |
|
Nils Fenner
|
c23cb0043f
|
implement actual audio in/out subscription management
|
2015-12-20 09:42:14 +01:00 |
|
Nils Fenner
|
137eca86d6
|
use single mutex for audio resource locking
|
2015-12-20 09:42:04 +01:00 |
|
Nils Fenner
|
68e7aef916
|
privatized open/close audio devices
|
2015-12-20 09:42:04 +01:00 |
|
Nils Fenner
|
f6c09104e4
|
fix noise (clipping) while (re-)initializing in/out audio device
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
d233c6f699
|
cleanup audio out device on error after open
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
d631ddbc86
|
cleanup close audio out device
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
32bc99fb38
|
cleanup reinitialization of changed audio in/out
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
7b98f2a4a0
|
cleanup close audio device
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
efda47a226
|
close audio output in destructor
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
c540faf271
|
add method to un-/subscribe to audio output as well
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
e8a4f6511d
|
use internal methods to open in/out audio devices
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
c5f4ceee6b
|
fix Audio::subscribeInput
Audio input/output device will only be opened, if not initialized already.
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
2ce92be94b
|
do not close output in unsubscribeInput and cleanup input internally instead
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
26fc424986
|
use internal cleanup methods to close in-/output devices
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
e2966b1457
|
open output device on "subscribeInput" only when not already opened
|
2015-12-20 09:40:57 +01:00 |
|
Nils Fenner
|
46b3ba2631
|
remove obsolete if
|
2015-12-20 09:40:57 +01:00 |
|
tux3
|
2b8200aa30
|
Fix audio timers started from wrong thread
This timer never actually worked
|
2015-12-19 17:07:19 +01:00 |
|
Jacob Henner
|
a405ceca9d
|
Fixes #2631: Automatically select capture device.
|
2015-12-14 05:09:34 -05:00 |
|
tux3
|
31e62cfc5c
|
Fix loopback capture audio code
|
2015-12-10 22:04:40 +01:00 |
|
Jacob Henner
|
1d9e89f318
|
qtox will now attempt to default to the first audio output device
|
2015-12-07 01:08:50 -05:00 |
|
tux3
|
cf52ff314f
|
Don't play sound without an output
And avoid the division by 0 when getting garbage info about nonexistent output sources
|
2015-11-07 22:24:17 +01:00 |
|
tux3
|
5c8dc1d7c9
|
Add None audio I/O devices
Can be changed in the middle of a call without problem
|
2015-11-07 18:23:10 +01:00 |
|
tux3
|
46fa4def20
|
Don't spam log dropped audio frames
Fixes #2507
|
2015-11-06 20:56:00 +01:00 |
|
tux3
|
995fc4cdda
|
Reload audio devices on the fly from settings
|
2015-10-24 02:59:12 +02:00 |
|
tux3
|
9163b73032
|
Refactor uses of playMono16Sound
|
2015-10-24 02:37:27 +02:00 |
|
tux3
|
aac5fb87e6
|
Add ringing sound for received calls
No sound for outgoing calls yet
|
2015-10-24 02:26:32 +02:00 |
|
tux3
|
08bde698ca
|
Apply input volume to all audio channels
Fixes #2452
|
2015-10-23 19:27:27 +02:00 |
|
tux3
|
f45256baf1
|
Implement group calls
|
2015-10-23 17:52:45 +02:00 |
|
tux3
|
e0aa8dd4a2
|
Implement audio calls
|
2015-10-23 17:39:08 +02:00 |
|
tux3
|
2b888ddc05
|
Better data structure for tox calls
|
2015-10-23 17:19:16 +02:00 |
|
tux3
|
512dc8de2d
|
Implement basic call logic
We can now make New AV calls, but without any audio/video. Just opening a link.
|
2015-10-23 17:09:53 +02:00 |
|
tux3
|
dbbc702c60
|
Strip out old AV code
|
2015-10-23 17:02:01 +02:00 |
|
Nils Fenner
|
82e1644d67
|
cleanup Audio::openOutput
|
2015-10-20 23:14:07 +02:00 |
|
Nils Fenner
|
3eb7b48d1c
|
cleanup Audio::openInput
|
2015-10-20 23:12:55 +02:00 |
|
Nils Fenner
|
b7cf4df13f
|
Get rid of static methods and bugs
|
2015-10-20 03:46:44 +02:00 |
|
Nils Fenner
|
54547af7cf
|
warn when trying to start audio thread twice
|
2015-10-20 03:42:02 +02:00 |
|
Nils Fenner
|
a675725a5e
|
change wording in docs
|
2015-10-20 03:41:18 +02:00 |
|
Nils Fenner
|
2bc3798aa0
|
remove dead & unfinished code
|
2015-10-19 21:59:47 +02:00 |
|
Nils Fenner
|
c8e003decb
|
further cleanup
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
8530acf079
|
fix asserts when (un-)subscribing input
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
59ca97e9b6
|
move docs to cpp
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
1c205b7c16
|
the big code cleanup
* Get rid of static vars and methods and move mutexes to right places.
* Use static wrappers for the moment to retain compatibility.
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
2a2cba3cf2
|
remove outcommented code
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
932d9b7c9b
|
Audio: Fix device open only when needed
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
bbbd450b6a
|
Audio: Only open mic when requested
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
868381fe3f
|
Audio: Don't need this?
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
61eb302ff7
|
Audio: Fix crash when no devices available
|
2015-10-18 22:21:08 +02:00 |
|