This file is indexed.

/usr/share/puredata/doc/5.reference/soundfiler-help.pd is in puredata-core 0.48.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#N canvas 87 38 1102 576 12;
#N canvas 0 22 450 300 (subpatch) 0;
#X array array1 77971 float 0;
#X coords 0 1 77970 -1 300 100 1;
#X restore 15 458 graph;
#N canvas 0 22 450 300 (subpatch) 0;
#X array array2 155944 float 0;
#X coords 0 1 155943 -1 300 100 1;
#X restore 324 458 graph;
#X obj 11 315 soundfiler;
#X msg 25 243 write -aiff /tmp/foo1 array2;
#X msg 8 154 read ../sound/bell.aiff array2;
#X msg 17 201 read -raw 128 2 2 b ../sound/bell.aiff array1 array2
;
#X text 8 8 SOUNDFILER - read and write soundfiles to arrays;
#X text 548 11 When reading you can leave soundfiler to figure out
which of the three known soundfile formats the file belongs to or override
all header information using the "-raw" flag.;
#X text 558 70 Flags for reading:;
#X text 574 88 -skip <sample frames to skip in file>;
#X floatatom 11 339 0 0 0 0 - - -;
#X msg 15 177 read -resize ../sound/bell.aiff array2;
#X msg 25 290 write -nextstep -bytes 4 /tmp/foo3 array1 array2;
#X msg 24 267 write -wave -nframes 10000 /tmp/foo2 array2;
#X text 287 152 read a file;
#X text 362 175 ...optionally resize;
#X text 225 219 ...or even overriding everything;
#X text 291 242 write a file;
#X text 360 313 write stereo;
#X text 9 31 The soundfiler object reads and writes floating point
arrays to binary soundfiles which may contain 2 or 3 byte fixed point
or 4 byte floating point samples in wave \, aiff \, or next formats
(no floating point aiff \, though.). The number of channels of the
soundfile need not match the number of arrays given (extras are dropped
and unsupplied channels are zeroed out.);
#X text 575 143 -raw <headersize> <channels> <bytespersample> <endianness>
;
#X text 594 161 This causes all header information to be ignored. Endianness
is "l" ("little") for Intel machines or "b" ("big") for PPC Macintoshes.
You can give "n" (natural) to take the byte order your machine prefers.
;
#X text 575 106 -resize;
#X text 575 124 -maxsize <maximum number of samples we can resize to>
;
#X text 560 232 Flags for writing:;
#X text 575 253 -wave \, -nextstep \, -aiff;
#X text 576 272 -big \, -little (nextstep only!);
#X text 575 294 -skip <number of sample frames to skip in array>;
#X text 576 316 -nframes <maximum number to write>;
#X text 577 360 -normalize;
#X text 576 338 -bytes <2 \, 3 \, or 4>;
#X text 557 411 The number of channels is limited to 64;
#X obj 738 470 tabwrite~;
#X obj 738 494 tabread4~;
#X obj 843 448 tabplay~;
#X obj 843 495 writesf~;
#X obj 843 472 readsf~;
#X text 576 380 -rate <sample rate>;
#X obj 88 340 print;
#X text 738 446 See also:;
#X text 721 539 updated for Pd version 0.48;
#X text 12 370 Left outlet outputs the number of samples.;
#X text 12 396 Right outlet outputs info as a list: samplerate \, headersize
\, num channels \, bytespersample \, & endianness ("b" or "l").;
#X connect 2 0 10 0;
#X connect 2 1 38 0;
#X connect 3 0 2 0;
#X connect 4 0 2 0;
#X connect 5 0 2 0;
#X connect 11 0 2 0;
#X connect 12 0 2 0;
#X connect 13 0 2 0;