Commit graph

159 commits

Author SHA1 Message Date
Stephen Birarda
0ad551c86d use build directory to keep cmake clean 2013-02-07 11:57:35 -08:00
Stephen Birarda
4860fb086d link glm library to interface target 2013-02-07 11:41:01 -08:00
Stephen Birarda
008fa10c37 update glm library 2013-02-07 11:40:35 -08:00
Stephen Birarda
24240a709c add all extra CMake files to gitignore 2013-02-06 18:26:19 -08:00
Stephen Birarda
1111e4837e intial restructuring for CMake setup 2013-02-06 18:07:36 -08:00
Stephen Birarda
fb4f2c3633 show jitter buffer length in samples and ms on screen 2013-02-06 15:32:31 -08:00
Philip Rosedale
75024acec7 Merge remote-tracking branch 'origin' 2013-02-06 15:01:50 -08:00
Philip Rosedale
5f65913486 Adding dummy head for testing 2013-02-06 14:59:00 -08:00
Stephen Birarda
7f1a4dfbe1 don't delete audio data until stream is terminated 2013-02-06 11:19:56 -08:00
Philip Rosedale
77f32b8211 Added measured jitter indicator (stdev() of packet receipt times) to audio renderer. Also added head being rendered in world at 0,0 as dummy. 2013-02-05 19:43:15 -08:00
Philip Rosedale
57b7c1db04 change to diffclock 2013-02-05 15:48:42 -08:00
Philip Rosedale
2dda03f7d9 routines for converting to/from variable length octal codes 2013-02-05 15:13:14 -08:00
Philip Rosedale
367fcaf840 Merge remote-tracking branch 'origin/master' 2013-02-05 13:28:21 -08:00
Philip Rosedale
617698ae7e Added yellow line for average msecs latency 2013-02-05 13:26:37 -08:00
Stephen Birarda
d0081e8ec1 pass timeval to diffclock function, change base SDK 2013-02-04 19:09:42 -08:00
Stephen Birarda
08d0283586 disable crashing lattice mouse code, fix diffclock for audio render 2013-02-04 19:06:32 -08:00
Stephen Birarda
764ea3fd21 make diffLastWriteNextOutput check for NULL endOfLastWrite 2013-02-04 18:46:24 -08:00
Philip Rosedale
18c057ef5e rendering of remaining time for audio play out 2013-02-04 18:39:59 -08:00
Philip Rosedale
ffa30d9d49 Merge remote-tracking branch 'origin' 2013-02-04 17:36:55 -08:00
Philip Rosedale
ba657f5600 useless junk 2013-02-04 17:36:41 -08:00
Stephen Birarda
6c1511ed41 add a really dumb graph for ring buffer stats 2013-02-04 17:34:40 -08:00
Stephen Birarda
22877c7f3a resolve conflicts on merge with upstream master 2013-02-04 16:01:37 -08:00
Stephen Birarda
634983c1d6 properly reset nextOutput pointer to beginning on starve / full 2013-02-04 16:00:37 -08:00
Philip Rosedale
765cded31a Added test for standard deviation calcs at startup. 2013-02-04 13:38:54 -08:00
Philip Rosedale
3d1e249db7 Added Stdev class to until 2013-02-04 12:49:12 -08:00
Philip Rosedale
a60d100b57 Merge remote-tracking branch 'origin/master' 2013-02-04 10:58:48 -08:00
Philip Rosedale
8a4ba6b57a adding stdev stuff 2013-02-04 10:55:38 -08:00
Stephen Birarda
ef976ede15 use Philip's constant for server IP 2013-02-04 10:44:43 -08:00
Stephen Birarda
fe1b7a65cd Merge remote-tracking branch 'origin/master' 2013-02-04 10:44:26 -08:00
Stephen Birarda
984a78d324 don't log first data point, log to folder for cleanliness 2013-02-04 10:44:00 -08:00
Philip Rosedale
2519079b29 Merge branch 'master' of github.com:worklist/interface 2013-02-04 10:29:11 -08:00
Stephen Birarda
a47a028acb drop base SDK to 10.7 so Ryan can play along 2013-02-04 08:58:25 -08:00
Philip Rosedale
7598917c2a Merge remote-tracking branch 'origin' 2013-02-04 08:44:40 -08:00
Philip Rosedale
a3fee9a920 head eye contact stuff 2013-02-04 08:44:17 -08:00
Stephen Birarda
7216cd55b3 fix a miscalculation in ring buffer wrap around 2013-02-04 08:30:11 -08:00
Philip Rosedale
11518b34db merge with upstream origin 2013-02-01 18:21:38 -08:00
Stephen Birarda
0533cff101 add AudioRingBuffer class for new ring buffer algo 2013-02-01 18:19:57 -08:00
Philip Rosedale
7dcdc6d74a Head improvements 2013-02-01 18:19:12 -08:00
Stephen Birarda
8aa62b34b7 remove jitter buffer changes from AudioSource class 2013-02-01 14:31:28 -08:00
Philip Rosedale
449786d917 Merge branch 'master' of github.com:worklist/interface 2013-01-31 17:28:48 -08:00
Stephen Birarda
8d3eb1559a add jitter buffer algo for client output 2013-01-31 17:28:36 -08:00
Philip Rosedale
07c1ad0a11 Merge branch 'master' of github.com:worklist/interface 2013-01-31 12:57:01 -08:00
Stephen Birarda
6bfb539a27 go back to a single stream for audio I/O 2013-01-31 12:54:11 -08:00
Philip Rosedale
a904ce6102 Merge branch 'master' of github.com:worklist/interface 2013-01-31 12:42:16 -08:00
Stephen Birarda
582773ee90 use individual Pa_Stream objects for I/O 2013-01-31 12:41:42 -08:00
Philip Rosedale
413f858564 Merge branch 'master' of github.com:worklist/interface 2013-01-31 11:37:08 -08:00
Stephen Birarda
afce1410e5 add option to log packet receipt diffs to CSV 2013-01-31 11:26:56 -08:00
Philip Rosedale
9f65a62f58 Merge branch 'master' of github.com:worklist/interface 2013-01-30 17:56:57 -08:00
Stephen Birarda
d366fd02fd accomodate portaudio two channel input stream 2013-01-30 17:56:44 -08:00
Philip Rosedale
4870239569 Merge branch 'master' of github.com:worklist/interface 2013-01-30 16:40:48 -08:00