Skip to content

Commit

Permalink
Fix #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanthrax committed Jun 4, 2018
1 parent f3d88e8 commit e42ee9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Install/driver/Scream.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Signature="$CHICAGO$"
Class=MEDIA
Provider=%SCR%
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
DriverVer = 04/08/2018,17.14.58.308
DriverVer = 06/02/2018,23.38.3.982
CatalogFile=scream.cat

[SourceDisksNames]
Expand Down
Binary file modified Install/driver/Scream.sys
Binary file not shown.
Binary file modified Install/driver/scream.cat
Binary file not shown.
2 changes: 1 addition & 1 deletion Scream/savedata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//=============================================================================
#define MULTICAST_TARGET "239.255.77.77"
#define MULTICAST_PORT 4010
#define CHUNK_SIZE 882 // UDP payload size (44100Hz stereo, 16 bit, 1/200 sec)
#define CHUNK_SIZE 980 // UDP payload size (44100Hz stereo, 16 bit, 1/180 sec)
#define NUM_CHUNKS 20 // How many payloads in ring buffer
#define BUFFER_SIZE CHUNK_SIZE * NUM_CHUNKS // Ring buffer size

Expand Down

0 comments on commit e42ee9e

Please sign in to comment.