Commit Graph

30 Commits

Author SHA1 Message Date
BotoX 9423d2487d add argparse for long recording/not skipping silence
small clean up
2023-01-19 20:21:24 +01:00
BotoX d4a0d51bfc add support for split demo files (UNLOZE) 2022-09-12 22:20:16 +02:00
BotoX 3a4784bdea better file format? + better silence chunks 2021-05-20 23:35:04 +02:00
BotoX 2d8000b023 make silence chunks useful/correct 2021-05-19 23:46:12 +02:00
BotoX 89f28d5090 Add support for custom .demopus "Demo Opus V1" binary format to greatly reduce coder load for mostly empty tracks 2021-05-19 19:54:04 +02:00
BotoX 8de2932618 fix some bugs: clients can be in the server "unconnected" lol
silk ignores the outbuffer size, make it twice as big I guess
2021-05-12 20:11:36 +02:00
BotoX 292c4c3b24 store voice chat silence periods 2021-05-10 23:52:01 +02:00
BotoX fa3a80c9dc fix issues, add voice stats 2021-05-09 23:22:20 +02:00
BotoX 39fb1f70f8 ignore complete radio silence > 5 seconds 2021-05-09 18:37:35 +02:00
BotoX 36a3225a2b change pretty much everything so it does what I want :^) 2021-05-09 17:48:02 +02:00
Jordan Cristiano 56e6eef1da Fixed missing initialization for voice data writer members. 2018-03-30 17:29:14 -04:00
Jordan Cristiano b0db8deafb Fixed linux and osx build. 2018-03-30 17:22:08 -04:00
Jordan Cristiano ee254b984f Added voice data writer. Rips voice chat from svc_VoiceData and writes it to separate wav files. 2018-03-30 17:17:16 -04:00
Jordan Cristiano 963fc1ae4c WIP game event parsing 2016-04-27 22:31:33 -04:00
Jordan Cristiano 3858162c9c Removed unused includes 2016-04-16 20:57:49 -04:00
Jordan Cristiano 3b11809be7 Changed demdata struct array to use std array 2015-10-15 01:06:51 -04:00
Jordan Cristiano e3ccd21314 Changed netdata struct array to use std array 2015-10-15 00:40:40 -04:00
Jordan Cristiano 4e4186d49e Removed stats printout from con writer 2015-07-13 23:26:12 -04:00
Jordan Cristiano 0033d3aeba Added json reader utilities and implemented json reader functions to dem, net, and svc types 2015-07-13 23:25:49 -04:00
Jordan Cristiano 11ed4883cb Added initialization for demo writer packet buffer 2015-07-13 23:10:57 -04:00
Jordan Cristiano 236919cc4c Added net/dem msg create/destroy funcs to handler namespaces 2015-07-11 03:02:49 -04:00
Jordan Cristiano 2e597565bf Changed json output to an object stream based format 2015-07-05 23:42:08 -04:00
Jordan Cristiano 8e13067339 The last byte of stv demos is cut off, so do that here too 2015-06-30 01:34:55 -04:00
Jordan Cristiano 1d3656b24b Implemented JsonWriter io class 2015-06-26 01:11:36 -04:00
Jordan Cristiano 9696646576 Added demowriter check for num bits written being a multiple of 8 2015-06-25 09:02:08 -04:00
Jordan Cristiano f4cd7f96e2 Made CommandPacket const reference in writers 2015-06-18 20:38:17 -04:00
Jordan Cristiano c6fb1e6ff2 Replaced void* parameter with actual type 2015-06-18 16:16:05 -04:00
Jordan Cristiano 91e63d3f39 Copy trailing bits to output after each packet for file hash matching 2015-06-14 20:50:09 -04:00
Jordan Cristiano 361119f19f Flush the conlog output fp when finished writing 2015-06-14 20:48:57 -04:00
Jordan Cristiano 38ff2f956e Moved demo reading/writing sources to io directory 2015-06-14 17:25:49 -04:00