Skip to content

Commit

Permalink
snd: Increase max period size
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianBlokland committed Sep 19, 2024
1 parent 4522dd4 commit 1fcac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/snd/src/constants_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#define snd_frame_sample_depth 16
#define snd_frame_sample_alignment 16
#define snd_frame_count_alignment 4
#define snd_frame_count_max 2048
#define snd_frame_count_max (2048 * 3)

0 comments on commit 1fcac8c

Please sign in to comment.