Stephen Birarda
|
6cf71fb49b
|
remove speex includes
|
2013-06-26 18:25:12 -07:00 |
|
Stephen Birarda
|
1c0b256f92
|
remove echo cancellation from audio code
|
2013-06-26 16:22:54 -07:00 |
|
Philip Rosedale
|
13b729d9b4
|
Fixed problems with ring buffer not handling stereo right, reset audio buffers on spacebar.
|
2013-06-20 18:49:05 -07:00 |
|
Philip Rosedale
|
c740400224
|
Merge fixes plus auto jitter buffer
|
2013-06-20 10:54:58 -07:00 |
|
Philip Rosedale
|
2c8c34f9bd
|
set jitter buffer on application start to 1/2 of a packet
|
2013-06-20 09:08:37 -07:00 |
|
tosh
|
7588b7f6bb
|
- separates audio system round trip time determination from echo cancellation
- changes speex parameters to more humble values
- resolves build issues by removing the speex dylibs - static ones are fine
- tightens build script
|
2013-06-20 02:00:12 +02:00 |
|
tosh
|
651dc19427
|
separates echo cancellation from loopback test (intermediate commit)
|
2013-06-19 23:55:15 +02:00 |
|
tosh
|
755208aaf7
|
comments unused variable to avoid a compiler warning
|
2013-06-19 16:19:50 +02:00 |
|
tosh
|
682a7c9cdf
|
libspeexdsp-based echo cancellation (untested)
|
2013-06-18 22:18:27 +02:00 |
|
Philip Rosedale
|
216c5d054d
|
working on audio system, added metrics on in/out latency.
|
2013-06-18 12:16:39 -07:00 |
|
Philip Rosedale
|
002f8c736f
|
Added adjustable audio jitter buffer (in preferences), and simple lowPassFilter (for pert testing compared to LPF)
|
2013-06-17 18:30:02 -07:00 |
|
tosh
|
66f350d846
|
echo cancellation: ui, calibration, visualization
|
2013-06-17 07:16:29 +02:00 |
|
Stephen Birarda
|
5d74a865e8
|
make audio echo a menu option instead of forcing with mirror
|
2013-05-29 11:35:32 -07:00 |
|
Stephen Birarda
|
95cef67e33
|
Revert "remove unused variable in Audio"
This reverts commit bbdd601855 .
|
2013-05-21 15:01:08 -07:00 |
|
Stephen Birarda
|
bbdd601855
|
remove unused variable in Audio
|
2013-05-21 14:52:05 -07:00 |
|
Philip Rosedale
|
d9cc07cf17
|
Working on audio echo cancellation
|
2013-05-18 12:33:21 -07:00 |
|
Philip Rosedale
|
78bd5ab40f
|
Fixes per review
|
2013-05-16 13:34:48 -06:00 |
|
Philip Rosedale
|
1a283c3ac0
|
Improvements to scope display, added framework for echo analysis over multiple frames
|
2013-05-15 21:15:55 -06:00 |
|
Philip Rosedale
|
2820323567
|
Fixes from merge
|
2013-05-15 13:48:55 -07:00 |
|
Stephen Birarda
|
26c34bb86c
|
sensible initialization for Audio member variables
|
2013-05-15 11:29:52 -07:00 |
|
Stephen Birarda
|
4693082db0
|
refactor Audio to remove requirement of AudioData
|
2013-05-15 10:54:36 -07:00 |
|
Stephen Birarda
|
82ed4a4ae8
|
remove old style walking sounds
|
2013-05-10 17:21:58 -07:00 |
|
Philip Rosedale
|
baf64c07dc
|
Added Procedural audio noise when moving, scaled to velocity
|
2013-05-08 09:04:38 -07:00 |
|
Jeffrey Ventrella
|
e54fd0dd7d
|
renamed "Head" to "Avatar" and did a bunch a cleanups, including removing the three-lined comments
|
2013-04-24 16:54:07 -07:00 |
|
Philip Rosedale
|
33f95c696b
|
Fixes per code review
|
2013-04-24 13:12:08 -07:00 |
|
Philip Rosedale
|
78aa4fdf80
|
Simplified average loudness calculation, mouths and eyebrows of other people now move again!
|
2013-04-24 11:26:59 -07:00 |
|
tosh
|
1e6352593a
|
Merge branch 'master' of git://github.com/worklist/hifi into 19262
Conflicts:
interface/src/Head.cpp
interface/src/Util.cpp
interface/src/main.cpp
libraries/avatars/src/Orientation.cpp
|
2013-04-18 12:38:35 +02:00 |
|
Stephen Birarda
|
0b48eab1fb
|
Merge branch 'master' of github.com:worklist/hifi
|
2013-03-21 16:12:09 -07:00 |
|
Stephen Birarda
|
4552140f61
|
add a sound when moving so we aren't ninjas
|
2013-03-21 16:11:17 -07:00 |
|
Kees van Prooijen
|
9ae11ffe77
|
more windows port
|
2013-03-20 12:13:14 -07:00 |
|
Stephen Birarda
|
f29510ceb0
|
remove setSourcePosition that re-appeared on merge
|
2013-03-12 10:24:02 -07:00 |
|
stojce
|
8e6c98661b
|
merge conflicts
|
2013-03-12 18:12:58 +01:00 |
|
Stephen Birarda
|
5535b8a4f5
|
allow client to request loopback from mixer
|
2013-03-08 15:37:41 -08:00 |
|
Stephen Birarda
|
a42fc47231
|
relink head to AudioRingBuffer, send source bearing
|
2013-02-28 15:58:57 -08:00 |
|
Stephen Birarda
|
04f3398466
|
send interface client position to audio mixer
|
2013-02-27 01:53:06 +01:00 |
|
Stephen Birarda
|
1783ee5f85
|
send interface client position to audio mixer
|
2013-02-26 13:13:40 -08:00 |
|
Stephen Birarda
|
200982dddc
|
fix for UDPSocket receive crash in Audio class and main.cpp
|
2013-02-22 12:20:16 -08:00 |
|
Stephen Birarda
|
aa9f4f966e
|
allow switchover to new audio mixer received from audio server
|
2013-02-21 15:43:52 -08:00 |
|
Stephen Birarda
|
060f4dceca
|
use AgentData class to abstract implemenation of linked data
|
2013-02-21 12:56:57 -08:00 |
|
Stephen Birarda
|
9c822b9d58
|
dynamic switchover of audio mixer
|
2013-02-13 20:43:10 -08:00 |
|
Philip Rosedale
|
53a3d1f8c9
|
Added audio waveform oscilloscope, fixing head rendering of other agents and self.
|
2013-02-12 23:27:36 -08:00 |
|
Philip Rosedale
|
b58bb6fe80
|
Head data streaming to other users, domain server improved, network.cpp removed and replaced with UDPSocket objects, input audio drives mouth color and size.
|
2013-02-12 01:41:36 -08:00 |
|
Stephen Birarda
|
b3a343f17f
|
build portaudio as external project before interface
|
2013-02-08 17:28:22 -08:00 |
|
Stephen Birarda
|
99b96ec737
|
build portaudio library to link with interface
|
2013-02-08 15:58:12 -08:00 |
|
Stephen Birarda
|
f5cbe7a05a
|
cmake build working for interface project
|
2013-02-07 17:29:01 -08:00 |
|
Stephen Birarda
|
1111e4837e
|
intial restructuring for CMake setup
|
2013-02-06 18:07:36 -08:00 |
|