Stephen Birarda
|
72fe9b94b1
|
fix property in sound
|
2014-04-18 14:48:26 -07:00 |
|
Stephen Birarda
|
c1e54d370c
|
change Sound property to hasDownloaded
|
2014-04-18 14:46:56 -07:00 |
|
Stephen Birarda
|
92f2794ea8
|
add a property to Sound to tell if empty
|
2014-04-18 14:26:56 -07:00 |
|
Stephen Birarda
|
aa5d7aa0b1
|
fix incorrectly named slot in Sound
|
2014-04-18 13:58:33 -07:00 |
|
Stephen Birarda
|
3b8cf8c172
|
fix mixed signal and slot
|
2014-04-18 13:55:22 -07:00 |
|
Stephen Birarda
|
6ef4e145c5
|
add better Sound error handling
|
2014-04-18 13:51:58 -07:00 |
|
ZappoMan
|
bdf39186de
|
Merge branch 'master' of https://github.com/worklist/hifi into moonshot
|
2014-04-15 21:04:15 -07:00 |
|
ZappoMan
|
579710e4bd
|
some cleanup
|
2014-04-15 13:36:20 -07:00 |
|
ZappoMan
|
7a993939bf
|
Merge branch 'master' of https://github.com/worklist/hifi into moonshot
Conflicts:
interface/interface_en.ts
interface/src/Application.cpp
interface/src/Application.h
interface/src/Menu.h
libraries/shared/src/SharedUtil.h
|
2014-04-14 09:43:29 -07:00 |
|
Stephen Birarda
|
54647f0f08
|
make sure gnutls define for ssize_t comes before gnutls include
|
2014-04-10 10:27:08 -07:00 |
|
Stephen Birarda
|
2518d314ac
|
add ssize_t definition for gnutls.h include on Windows
|
2014-04-10 10:19:45 -07:00 |
|
Stephen Birarda
|
16bb28a4fa
|
make GnuTLS a system include to suppress warnings
|
2014-04-10 10:04:02 -07:00 |
|
Stephen Birarda
|
68c445e718
|
link GnuTLS to targets linking the networking library
|
2014-04-10 10:00:10 -07:00 |
|
Stephen Birarda
|
d5d52f804f
|
add a networking library and link from appropriate targets
|
2014-04-10 09:32:17 -07:00 |
|
Stephen Birarda
|
1c861fbecb
|
resolve conflicts on merge with upstream master
|
2014-04-09 15:36:15 -07:00 |
|
Stephen Birarda
|
ae4b8348a2
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
|
Stephen Birarda
|
2d755adfc0
|
repairs to good code blown away by regex
|
2014-04-09 10:46:20 -07:00 |
|
Stephen Birarda
|
684c6b5372
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
|
Stephen Birarda
|
6a51df9e38
|
initial regex replacement of headers
|
2014-04-08 17:30:36 -07:00 |
|
ZappoMan
|
b56e0ff3d4
|
tweaks to audioring buffer
|
2014-04-04 07:04:48 -07:00 |
|
ZappoMan
|
3808cfa83d
|
latest work
|
2014-04-03 08:55:48 -07:00 |
|
ZappoMan
|
42efb0db65
|
glue in processSpatialAudio()
|
2014-04-02 18:18:17 -07:00 |
|
Stephen Birarda
|
e1cae6d295
|
initial handshaking for DTLS sessions between DS and clients
|
2014-04-02 17:29:14 -07:00 |
|
Stephen Birarda
|
e2b230445f
|
add a method to Agent for last read frame loudness
|
2014-03-26 10:28:59 -07:00 |
|
Andrew Meadows
|
c0177e80a7
|
use glm::isnan() everywhere for portable code
|
2014-03-25 09:56:15 -07:00 |
|
Stephen Birarda
|
af4fb26031
|
floats are important
|
2014-03-21 18:44:59 -07:00 |
|
Stephen Birarda
|
abd6c8a747
|
fix trailing average on ring buffer, remove unused constant
|
2014-03-21 18:28:12 -07:00 |
|
Stephen Birarda
|
bad209bf09
|
use a trailing average for a quieter loudness
|
2014-03-21 15:53:00 -07:00 |
|
Stephen Birarda
|
1580896ec4
|
don't use a trailing average for loudness
|
2014-03-21 11:42:02 -07:00 |
|
Stephen Birarda
|
5a6456c29f
|
use an epsilon value to drop average loudness to zero
|
2014-03-21 11:29:16 -07:00 |
|
Stephen Birarda
|
6f37bb54f8
|
suppress useless audio debug
|
2014-03-21 10:19:17 -07:00 |
|
Stephen Birarda
|
5ae63c5b0f
|
use a trailing average for sleep time, move loudness to RB
|
2014-03-20 17:10:24 -07:00 |
|
Stephen Birarda
|
a8ef64e0ce
|
calculate a cutoff loudness for mixer recovery
|
2014-03-20 12:52:17 -07:00 |
|
Stephen Birarda
|
f80a077637
|
fix memory overrun from silent sample writing
|
2014-03-18 13:33:29 -07:00 |
|
Stephen Birarda
|
9fbb4f1428
|
spacing fix and silent sample read fix
|
2014-03-18 13:04:28 -07:00 |
|
Stephen Birarda
|
e7acd0bad3
|
don't use QDataStream in parseData since we don't really need it
|
2014-03-18 12:58:29 -07:00 |
|
Stephen Birarda
|
7ed982a073
|
cleanup writing of silent frame to ring buffer
|
2014-03-18 11:12:36 -07:00 |
|
Stephen Birarda
|
61594b9a1e
|
fixes to silent audio frame sending
|
2014-03-17 16:27:49 -07:00 |
|
Stephen Birarda
|
9f24bd9c47
|
have the AudioMixer handle silent audio, send silence from Interface when gate closed
|
2014-03-17 15:12:02 -07:00 |
|
Stephen Birarda
|
1428d2d1de
|
take an absolute value for correct loudness
|
2014-03-17 14:35:04 -07:00 |
|
Stephen Birarda
|
bc9deb5db7
|
handle trivial case of not mixing silent audio streams
|
2014-03-17 14:29:53 -07:00 |
|
Stephen Birarda
|
72449fdb6a
|
initial optimizations to AudioMixer with mmx additions
|
2014-03-14 17:50:57 -07:00 |
|
Andrew Meadows
|
aa8c2fc8cb
|
use radians instead of degrees (almost) everywhere
|
2014-03-11 17:26:58 -07:00 |
|
ZappoMan
|
1ceb05bf09
|
click harder
|
2014-03-08 18:22:30 -08:00 |
|
Stephen Birarda
|
bb3a8677be
|
Merge branch 'master' of https://github.com/highfidelity/hifi into cmake-quotes
|
2014-03-03 16:31:25 -08:00 |
|
Stephen Birarda
|
628f91cd73
|
complete quoting of varous Cmake commands, closes #1999
|
2014-03-03 12:15:05 -08:00 |
|
Stephen Birarda
|
60eb588e96
|
remove some unecessary null pointer checks
|
2014-03-03 11:36:01 -08:00 |
|
ZappoMan
|
59eefa314c
|
add support for Audio.startDrumSound() to allow drum sound procedural audio in JS
|
2014-03-03 03:17:16 -08:00 |
|
ZappoMan
|
2c7d9d7a06
|
removed unneeded class declaration
|
2014-03-03 00:35:46 -08:00 |
|
ZappoMan
|
6ddc6132fd
|
removed unneeded class def
|
2014-03-02 21:53:36 -08:00 |
|