Stephen Birarda
|
f7799bcf8f
|
add TODO for settings fail, cleanup
|
2015-08-24 17:02:47 -07:00 |
|
Atlante45
|
62c76d0332
|
registerListenerForTypes optimisations
|
2015-08-20 14:56:35 +02:00 |
|
Stephen Birarda
|
052978898e
|
resolve conflicts on merge with upstream master
|
2015-08-05 11:16:20 -07:00 |
|
Stephen Birarda
|
fc80e427b9
|
remove names from audio-mixer jitter calc comments
|
2015-07-30 11:08:45 -07:00 |
|
Stephen Birarda
|
9e7fb9ae16
|
shuffle Packet headers, use static enum for PacketType
|
2015-07-23 13:56:47 -07:00 |
|
Stephen Birarda
|
9556fecbe2
|
initial changes to make _nodeSocket a udt::Socket
|
2015-07-20 17:10:22 -07:00 |
|
Stephen Birarda
|
1752d5e7ca
|
fix mix packet sample copy bug
|
2015-07-15 17:52:37 -07:00 |
|
Stephen Birarda
|
863cc3390a
|
fix send of mixed audio stream packet from AM
|
2015-07-15 17:41:00 -07:00 |
|
Stephen Birarda
|
e127c5c06d
|
rename Packet methods for clarity
|
2015-07-15 10:40:40 -07:00 |
|
Atlante45
|
fbb6a94579
|
Merge branch 'receive_packets' of https://github.com/huffman/hifi into protocol
|
2015-07-14 16:36:28 -07:00 |
|
Ryan Huffman
|
bd345cdccd
|
Merge branch 'atp' of github.com:birarda/hifi into receive_packets
Conflicts:
libraries/networking/src/PacketReceiver.cpp
|
2015-07-14 15:59:16 -07:00 |
|
Stephen Birarda
|
789235b8c7
|
make NodeList deleter be deleteLater
|
2015-07-14 15:28:38 -07:00 |
|
Ryan Huffman
|
56b5c9acff
|
Merge branch 'atp' of github.com:birarda/hifi into receive_packets
Conflicts:
assignment-client/src/entities/EntityServer.cpp
domain-server/src/DomainServer.cpp
|
2015-07-14 14:53:45 -07:00 |
|
Stephen Birarda
|
0637f589b5
|
add PacketListener to help unregister for packets
|
2015-07-14 13:52:38 -07:00 |
|
Ryan Huffman
|
0edc909818
|
Merge branch 'protocol' of github.com:birarda/hifi into receive_packets
Conflicts:
assignment-client/src/audio/AudioMixer.cpp
interface/src/Application.cpp
libraries/networking/src/Packet.cpp
|
2015-07-14 10:21:31 -07:00 |
|
Atlante45
|
c80df94b06
|
Update includes for moved files
|
2015-07-13 15:28:55 -07:00 |
|
Stephen Birarda
|
f06636d45e
|
repairs for other ThreadedAssignment subclasses
|
2015-07-13 15:16:55 -07:00 |
|
Stephen Birarda
|
26be492475
|
use same listener for many packets in AudioMixer
|
2015-07-13 14:46:56 -07:00 |
|
Ryan Huffman
|
9de6828b03
|
Remove readPendingDatagram from AudioMixer
|
2015-07-13 14:24:06 -07:00 |
|
Ryan Huffman
|
cdbcaf0f7f
|
Fix AudioMixer compilation errors
|
2015-07-13 12:06:12 -07:00 |
|
Atlante45
|
957e6394a9
|
sendPacket function take Node& not a pointer
|
2015-07-13 11:57:20 -07:00 |
|
Ryan Huffman
|
bfb878210f
|
Fix compilation errors in AudioMixer
|
2015-07-10 17:27:45 -07:00 |
|
Ryan Huffman
|
74afbd7de7
|
Fix AudioMixer packetReceiver calls
|
2015-07-10 14:22:46 -07:00 |
|
Ryan Huffman
|
99121a3a20
|
Fix AudioMixer not using PacketReceiver correctly
|
2015-07-10 12:22:53 -07:00 |
|
Ryan Huffman
|
c841867044
|
Update AudioMixer to use PacketReceiver
|
2015-07-10 09:37:24 -07:00 |
|
Atlante45
|
c77310019d
|
Some .get() cleanup
|
2015-07-09 14:03:32 -07:00 |
|
Atlante45
|
605b004514
|
Assigment client compile fixes
|
2015-07-09 11:19:36 -07:00 |
|
Stephen Birarda
|
74940a2132
|
replace lingering PacketTypes in old format
|
2015-07-08 10:18:13 -07:00 |
|
Stephen Birarda
|
ff487ee092
|
move the AudioClient mix packet
|
2015-07-07 16:30:50 -07:00 |
|
Ryan Huffman
|
3690ecc28f
|
Add std::move to sendPacket calls
|
2015-07-07 16:24:11 -07:00 |
|
Stephen Birarda
|
171ebf5437
|
fix for mix packet sizes in audio
|
2015-07-07 14:51:21 -07:00 |
|
Stephen Birarda
|
6760b048b6
|
fix for initialization of mute packet
|
2015-07-07 14:50:37 -07:00 |
|
Stephen Birarda
|
e7fee26d1a
|
give specific packet size for audio env packet
|
2015-07-07 14:50:05 -07:00 |
|
Stephen Birarda
|
269bea65fb
|
fix AssignmentClientMonitor and AudioMixer to use NLPacket
|
2015-07-06 17:20:08 -07:00 |
|
Stephen Birarda
|
37fd954066
|
remove used of PacketPayload in AudioMixer
|
2015-07-06 17:15:01 -07:00 |
|
Stephen Birarda
|
9a521fee47
|
change audio environment packet creation
|
2015-07-06 16:53:53 -07:00 |
|
Stephen Birarda
|
672c5a8414
|
use new packet creation for client audio
|
2015-07-06 16:49:48 -07:00 |
|
Stephen Birarda
|
0d64e82fe2
|
replace PacketType declarations with PacketType::Value
|
2015-07-02 16:38:52 -07:00 |
|
Stephen Birarda
|
a77cf4fb7f
|
fix audio-mixer shutdown on UNIX/OS X
|
2015-06-25 16:34:38 -07:00 |
|
Stephen Birarda
|
81460e48f4
|
fix for sticking windows audio-mixer
|
2015-06-11 17:25:27 -07:00 |
|
Stephen Birarda
|
ca87d64dc7
|
fix for audio-mixer shutdown hang, removing spaces
|
2015-05-13 12:03:21 -07:00 |
|
Stephen Birarda
|
8c6715e4fc
|
resolve conflicts on merge with upstream/master
|
2015-05-11 11:10:22 -07:00 |
|
Stephen Birarda
|
d75d204ff6
|
standardize cleanup of ThreadedAssignments
|
2015-05-07 17:03:43 -07:00 |
|
Stephen Birarda
|
bfccf02912
|
use lamdbas for linkedDataCreateCallback
|
2015-05-07 15:37:02 -07:00 |
|
Stephen Birarda
|
6b3cf1ba4a
|
remove dependency of PacketHeaders on NodeList
|
2015-05-05 12:19:42 -07:00 |
|
Stephen Birarda
|
d602c71346
|
cleanup audio-mixer stats, add username interpolation
|
2015-05-01 16:12:46 -07:00 |
|
Stephen Birarda
|
842886d0fc
|
add back read_pending_datagrams stats
|
2015-04-29 16:28:47 -07:00 |
|
Stephen Birarda
|
68998f4423
|
cleanup AudioMixer stats to be properly nested
|
2015-04-28 18:19:16 -07:00 |
|
Stephen Birarda
|
77be0012cf
|
cleanup stats packaging in AudioMixer
|
2015-04-28 15:35:51 -07:00 |
|
Atlante45
|
604a13f8ad
|
Only editor can mute environment
|
2015-04-15 17:04:59 +02:00 |
|