Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
855d6790
Commit
855d6790
authored
Jul 22, 2020
by
Jonathan Wilkes
Browse files
remove 4 million sample resizing limit in soundfiler
parent
4e67d309
Pipeline
#2308
passed with stage
in 360 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/src/d_soundfile.c
View file @
855d6790
...
...
@@ -1219,7 +1219,7 @@ static void soundfile_xferout_float(int nchannels, t_float **vecs,
}
/* ------- soundfiler - reads and writes soundfiles to/from "garrays" ---- */
#define DEFMAXSIZE
4000000
/* default maximum 16 MB per channel */
#define DEFMAXSIZE
0x7fffffff
/* default maximum 16 MB per channel */
#define SAMPBUFSIZE 1024
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment