~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to doc/cdda2wav.ps

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-t4hagiv7gm0fhggv
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!PS
 
2
%%Version: 3.15
 
3
%%DocumentFonts: (atend)
 
4
%%Pages: (atend)
 
5
%%EndComments
 
6
%ident  "@(#)lp:filter/postscript/postscript/dpost.ps   1.1"
 
7
%
 
8
% Version 3.16 prologue for troff files.
 
9
%
 
10
 
 
11
/#copies 1 store
 
12
/aspectratio 1 def
 
13
/formsperpage 1 def
 
14
/landscape false def
 
15
/linewidth .3 def
 
16
/magnification 1 def
 
17
/margin 0 def
 
18
/orientation 0 def
 
19
/resolution 720 def
 
20
/xoffset 0 def
 
21
/yoffset 0 def
 
22
 
 
23
/roundpage true def
 
24
/useclippath true def
 
25
/pagebbox [0 0 612 792] def
 
26
 
 
27
/R  /Times-Roman def
 
28
/I  /Times-Italic def
 
29
/B  /Times-Bold def
 
30
/BI /Times-BoldItalic def
 
31
/H  /Helvetica def
 
32
/HI /Helvetica-Oblique def
 
33
/HB /Helvetica-Bold def
 
34
/HX /Helvetica-BoldOblique def
 
35
/CW /Courier def
 
36
/CO /Courier def
 
37
/CI /Courier-Oblique def
 
38
/CB /Courier-Bold def
 
39
/CX /Courier-BoldOblique def
 
40
/PA /Palatino-Roman def
 
41
/PI /Palatino-Italic def
 
42
/PB /Palatino-Bold def
 
43
/PX /Palatino-BoldItalic def
 
44
/Hr /Helvetica-Narrow def
 
45
/Hi /Helvetica-Narrow-Oblique def
 
46
/Hb /Helvetica-Narrow-Bold def
 
47
/Hx /Helvetica-Narrow-BoldOblique def
 
48
/KR /Bookman-Light def
 
49
/KI /Bookman-LightItalic def
 
50
/KB /Bookman-Demi def
 
51
/KX /Bookman-DemiItalic def
 
52
/AR /AvantGarde-Book def
 
53
/AI /AvantGarde-BookOblique def
 
54
/AB /AvantGarde-Demi def
 
55
/AX /AvantGarde-DemiOblique def
 
56
/NR /NewCenturySchlbk-Roman def
 
57
/NI /NewCenturySchlbk-Italic def
 
58
/NB /NewCenturySchlbk-Bold def
 
59
/NX /NewCenturySchlbk-BoldItalic def
 
60
/ZD /ZapfDingbats def
 
61
/ZI /ZapfChancery-MediumItalic def
 
62
/VR /Varitimes#Roman def
 
63
/VI /Varitimes#Italic def
 
64
/VB /Varitimes#Bold def
 
65
/VX /Varitimes#BoldItalic def
 
66
/S  /S def
 
67
/S1 /S1 def
 
68
/GR /Symbol def
 
69
 
 
70
/inch {72 mul} bind def
 
71
/min {2 copy gt {exch} if pop} bind def
 
72
 
 
73
/setup {
 
74
        counttomark 2 idiv {def} repeat pop
 
75
 
 
76
        landscape {/orientation 90 orientation add def} if
 
77
        /scaling 72 resolution div def
 
78
        linewidth setlinewidth
 
79
        1 setlinecap
 
80
 
 
81
        pagedimensions
 
82
        xcenter ycenter translate
 
83
        orientation neg rotate
 
84
        width 2 div neg height 2 div translate
 
85
        xoffset inch yoffset inch translate
 
86
        margin 2 div dup neg translate
 
87
        magnification dup aspectratio mul scale
 
88
        scaling scaling scale
 
89
 
 
90
        /Symbol /S Sdefs cf
 
91
        /Times-Roman /S1 S1defs cf
 
92
        0 0 moveto
 
93
} def
 
94
 
 
95
/pagedimensions {
 
96
        useclippath userdict /gotpagebbox known not and {
 
97
                /pagebbox [clippath pathbbox newpath] def
 
98
                roundpage currentdict /roundpagebbox known and {roundpagebbox} if
 
99
        } if
 
100
        pagebbox aload pop
 
101
        4 -1 roll exch 4 1 roll 4 copy
 
102
        landscape {4 2 roll} if
 
103
        sub /width exch def
 
104
        sub /height exch def
 
105
        add 2 div /xcenter exch def
 
106
        add 2 div /ycenter exch def
 
107
        userdict /gotpagebbox true put
 
108
} def
 
109
 
 
110
/pagesetup {
 
111
        /page exch def
 
112
        currentdict /pagedict known currentdict page known and {
 
113
                page load pagedict exch get cvx exec
 
114
        } if
 
115
} def
 
116
 
 
117
/decodingdefs [
 
118
        {counttomark 2 idiv {y moveto show} repeat}
 
119
        {neg /y exch def counttomark 2 idiv {y moveto show} repeat}
 
120
        {neg moveto {2 index stringwidth pop sub exch div 0 32 4 -1 roll widthshow} repeat}
 
121
        {neg moveto {spacewidth sub 0.0 32 4 -1 roll widthshow} repeat}
 
122
        {counttomark 2 idiv {y moveto show} repeat}
 
123
        {neg setfunnytext}
 
124
] def
 
125
 
 
126
/setdecoding {/t decodingdefs 3 -1 roll get bind def} bind def
 
127
 
 
128
/w {neg moveto show} bind def
 
129
/m {neg dup /y exch def moveto} bind def
 
130
/done {/lastpage where {pop lastpage} if} def
 
131
 
 
132
/f {
 
133
        dup /font exch def findfont exch
 
134
        dup /ptsize exch def scaling div dup /size exch def scalefont setfont
 
135
        linewidth ptsize mul scaling 10 mul div setlinewidth
 
136
        /spacewidth ( ) stringwidth pop def
 
137
} bind def
 
138
 
 
139
/changefont {
 
140
        /fontheight exch def
 
141
        /fontslant exch def
 
142
        currentfont [
 
143
                1 0
 
144
                fontheight ptsize div fontslant sin mul fontslant cos div
 
145
                fontheight ptsize div
 
146
                0 0
 
147
        ] makefont setfont
 
148
} bind def
 
149
 
 
150
/sf {f} bind def
 
151
 
 
152
/cf {
 
153
        dup length 2 idiv
 
154
        /entries exch def
 
155
        /chtab exch def
 
156
        /newfont exch def
 
157
 
 
158
        findfont dup length 1 add dict
 
159
        /newdict exch def
 
160
        {1 index /FID ne {newdict 3 1 roll put} {pop pop} ifelse} forall
 
161
 
 
162
        newdict /Metrics entries dict put
 
163
        newdict /Metrics get
 
164
        begin
 
165
                chtab aload pop
 
166
                1 1 entries {pop def} for
 
167
                newfont newdict definefont pop
 
168
        end
 
169
} bind def
 
170
 
 
171
%
 
172
% A few arrays used to adjust reference points and character widths in some
 
173
% of the printer resident fonts. If square roots are too high try changing
 
174
% the lines describing /radical and /radicalex to,
 
175
%
 
176
%       /radical        [0 -75 550 0]
 
177
%       /radicalex      [-50 -75 500 0]
 
178
%
 
179
 
 
180
/Sdefs [
 
181
        /bracketlefttp          [220 500]
 
182
        /bracketleftbt          [220 500]
 
183
        /bracketrighttp         [-70 380]
 
184
        /bracketrightbt         [-70 380]
 
185
        /braceleftbt            [220 490]
 
186
        /bracketrightex         [220 -125 500 0]
 
187
        /radical                [0 0 550 0]
 
188
        % NeWSprint's \(br is too low, compensate
 
189
        statusdict /product get (NeWS Server) eq {
 
190
                /radicalex              [-50 100 500 0]
 
191
                /parenleftex            [-20 100 0 0]
 
192
 
 
193
        } {
 
194
                /radicalex              [-50 0 500 0]
 
195
                /parenleftex            [-20 -170 0 0]
 
196
        } ifelse
 
197
        /integral               [100 -50 500 0]
 
198
        /infinity               [10 -75 730 0]
 
199
] def
 
200
 
 
201
/S1defs [
 
202
        /underscore             [0 80 500 0]
 
203
        /endash                 [7 90 650 0]
 
204
] def
 
205
%%EndProlog
 
206
%%BeginSetup
 
207
mark
 
208
/resolution 720 def
 
209
setup
 
210
2 setdecoding
 
211
%%EndSetup
 
212
%%Page: 1 1
 
213
save
 
214
mark
 
215
1 pagesetup
 
216
10 R f
 
217
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
218
9 B f
 
219
(NAME)720 960 w
 
220
10 R f
 
221
(cdda2wav)1080 1080 w
 
222
10 S1 f
 
223
(\261)1517 1080 w
 
224
10 R f
 
225
(a sampling utility that dumps CD audio data into wav sound \256les)11 2686 1 1615 1080 t
 
226
9 B f
 
227
(SYNOPSIS)720 1248 w
 
228
10 B f
 
229
(cdda2wav)1080 1368 w
 
230
10 R f
 
231
([)1543 1368 w
 
232
10 B f
 
233
(-c)1576 1368 w
 
234
10 I f
 
235
(chans)1688 1368 w
 
236
10 R f
 
237
(] [)1 101 1 1929 1368 t
 
238
10 B f
 
239
(-s)2030 1368 w
 
240
10 R f
 
241
(] [)1 101 1 2102 1368 t
 
242
10 B f
 
243
(-m)2203 1368 w
 
244
10 R f
 
245
(] [)1 101 1 2319 1368 t
 
246
10 B f
 
247
(-b)2420 1368 w
 
248
10 I f
 
249
(bits)2544 1368 w
 
250
10 R f
 
251
(] [)1 101 1 2697 1368 t
 
252
10 B f
 
253
(-r)2798 1368 w
 
254
10 I f
 
255
(rate)2910 1368 w
 
256
10 R f
 
257
(] [)1 101 1 3079 1368 t
 
258
10 B f
 
259
(-a)3180 1368 w
 
260
10 I f
 
261
(divider)3299 1368 w
 
262
10 R f
 
263
(] [)1 102 1 3590 1368 t
 
264
10 B f
 
265
(-t)3692 1368 w
 
266
10 I f
 
267
(track)3794 1368 w
 
268
10 R f
 
269
([)4007 1368 w
 
270
10 I f
 
271
(+endtrack)4040 1368 w
 
272
10 R f
 
273
(]] [)1 135 1 4465 1368 t
 
274
10 B f
 
275
(-i)4600 1368 w
 
276
10 I f
 
277
(index)4697 1368 w
 
278
10 R f
 
279
(] [)1 102 1 4921 1368 t
 
280
10 B f
 
281
(-o)5023 1368 w
 
282
10 I f
 
283
(offset)5142 1368 w
 
284
10 R f
 
285
(])5367 1368 w
 
286
([)1080 1488 w
 
287
10 B f
 
288
(-d)1113 1488 w
 
289
10 I f
 
290
(duration)1241 1488 w
 
291
10 R f
 
292
(] [)1 105 1 1594 1488 t
 
293
10 B f
 
294
(-x)1699 1488 w
 
295
10 R f
 
296
(] [)1 105 1 1782 1488 t
 
297
10 B f
 
298
(-q)1887 1488 w
 
299
10 R f
 
300
(] [)1 105 1 1976 1488 t
 
301
10 B f
 
302
(-w)2081 1488 w
 
303
10 R f
 
304
(] [)1 105 1 2186 1488 t
 
305
10 B f
 
306
(-v)2291 1488 w
 
307
10 R f
 
308
(] [)1 105 1 2374 1488 t
 
309
10 B f
 
310
(-V)2479 1488 w
 
311
10 R f
 
312
(] [)1 105 1 2584 1488 t
 
313
10 B f
 
314
(-Q)2689 1488 w
 
315
10 R f
 
316
(] [)1 105 1 2800 1488 t
 
317
10 B f
 
318
(-J)2905 1488 w
 
319
10 R f
 
320
(] [)1 105 1 2988 1488 t
 
321
10 B f
 
322
(-R)3093 1488 w
 
323
10 R f
 
324
(] [)1 105 1 3198 1488 t
 
325
10 B f
 
326
(-P)3303 1488 w
 
327
10 I f
 
328
(sectors)3436 1488 w
 
329
10 R f
 
330
(] [)1 104 1 3727 1488 t
 
331
10 B f
 
332
(-F)3831 1488 w
 
333
10 R f
 
334
(] [)1 104 1 3925 1488 t
 
335
10 B f
 
336
(-G)4029 1488 w
 
337
10 R f
 
338
(] [)1 104 1 4140 1488 t
 
339
10 B f
 
340
(-T)4244 1488 w
 
341
10 R f
 
342
(] [)1 104 1 4344 1488 t
 
343
10 B f
 
344
(-e)4448 1488 w
 
345
10 R f
 
346
(] [)1 104 1 4525 1488 t
 
347
10 B f
 
348
(-p)4629 1488 w
 
349
10 I f
 
350
(percentage)4756 1488 w
 
351
10 R f
 
352
(] [)1 104 1 5207 1488 t
 
353
10 B f
 
354
(-n)5311 1488 w
 
355
10 I f
 
356
(sectors)1080 1608 w
 
357
10 R f
 
358
(] [)1 99 1 1371 1608 t
 
359
10 B f
 
360
(-l)1470 1608 w
 
361
10 I f
 
362
(buffers)1565 1608 w
 
363
10 R f
 
364
(] [)1 100 1 1851 1608 t
 
365
10 B f
 
366
(-N)1951 1608 w
 
367
10 R f
 
368
(] [)1 100 1 2056 1608 t
 
369
10 B f
 
370
(-J)2156 1608 w
 
371
10 R f
 
372
(] [)1 100 1 2239 1608 t
 
373
10 B f
 
374
(-H)2339 1608 w
 
375
10 R f
 
376
(] [)1 100 1 2450 1608 t
 
377
10 B f
 
378
(-g)2550 1608 w
 
379
10 R f
 
380
(] [)1 100 1 2633 1608 t
 
381
10 B f
 
382
(-B)2733 1608 w
 
383
10 R f
 
384
(] [)1 100 1 2833 1608 t
 
385
10 B f
 
386
(-D)2933 1608 w
 
387
10 I f
 
388
(device)3072 1608 w
 
389
10 R f
 
390
(] [)1 100 1 3334 1608 t
 
391
10 B f
 
392
(-A)3434 1608 w
 
393
10 I f
 
394
(auxdevice)3573 1608 w
 
395
10 R f
 
396
(] [)1 100 1 3979 1608 t
 
397
10 B f
 
398
(-I)4079 1608 w
 
399
10 I f
 
400
(interface)4185 1608 w
 
401
10 R f
 
402
(] [)1 100 1 4548 1608 t
 
403
10 B f
 
404
(-O)4648 1608 w
 
405
10 I f
 
406
(audiotype)4793 1608 w
 
407
10 R f
 
408
(] [)1 100 1 5195 1608 t
 
409
10 B f
 
410
(-C)5295 1608 w
 
411
10 I f
 
412
(input-endianess)1080 1728 w
 
413
10 R f
 
414
(] [)1 99 1 1721 1728 t
 
415
10 B f
 
416
(-E)1820 1728 w
 
417
10 I f
 
418
(output-endianess)1953 1728 w
 
419
10 R f
 
420
(] [)1 99 1 2644 1728 t
 
421
10 B f
 
422
(-M)2743 1728 w
 
423
10 I f
 
424
(count)2903 1728 w
 
425
10 R f
 
426
(] [)1 99 1 3133 1728 t
 
427
10 B f
 
428
(-S)3232 1728 w
 
429
10 I f
 
430
(speed)3354 1728 w
 
431
10 R f
 
432
(] [)1 99 1 3589 1728 t
 
433
10 I f
 
434
(audio.wav)3688 1728 w
 
435
10 R f
 
436
(])4110 1728 w
 
437
9 B f
 
438
(DESCRIPTION)720 1896 w
 
439
10 B f
 
440
(cdda2wav)1080 2016 w
 
441
10 R f
 
442
( are)1 165(can retrieve audio tracks from CDROM drives \(see README for a list of drives\) that)14 3684 2 1551 2016 t
 
443
(capable of reading audio data digitally to the host \()9 2105 1 1080 2136 t
 
444
10 B f
 
445
(CDDA)3185 2136 w
 
446
10 R f
 
447
(\).)3473 2136 w
 
448
9 B f
 
449
(OPTIONS)720 2304 w
 
450
10 S1 f
 
451
(\261)1080 2424 w
 
452
10 B f
 
453
(D)1145 2424 w
 
454
10 I f
 
455
(device --device)1 640 1 1250 2424 t
 
456
10 R f
 
457
(uses)1440 2544 w
 
458
10 B f
 
459
(device)1657 2544 w
 
460
10 R f
 
461
( example /dev/cdrom for the)4 1215( For)1 218( source for CDDA reading:)4 1170(as the)1 250 4 1968 2544 t
 
462
10 B f
 
463
(cooked)4867 2544 w
 
464
10 S f
 
465
(_)5167 2544 w
 
466
10 B f
 
467
(ioctl)5217 2544 w
 
468
10 R f
 
469
(interface and Bus,ID,Lun for the)4 1358 1 1440 2664 t
 
470
10 B f
 
471
(generic)2837 2664 w
 
472
10 S f
 
473
(_)3147 2664 w
 
474
10 B f
 
475
(scsi)3197 2664 w
 
476
10 R f
 
477
(interface. The)1 566 1 3386 2664 t
 
478
10 B f
 
479
(device)3990 2664 w
 
480
10 R f
 
481
(has to correspond with the)4 1106 1 4294 2664 t
 
482
( setting of the environment variable)5 1573( The)1 243( below\).)1 357(interface setting \(see)2 883 4 1440 2784 t
 
483
10 B f
 
484
(CDDA)4551 2784 w
 
485
10 S f
 
486
(_)4839 2784 w
 
487
10 B f
 
488
(DEVICE)4889 2784 w
 
489
10 R f
 
490
(is)5333 2784 w
 
491
(overridden by this option.)3 1057 1 1440 2904 t
 
492
10 S1 f
 
493
(\261)1080 3072 w
 
494
10 B f
 
495
(A)1145 3072 w
 
496
10 I f
 
497
(auxdevice --auxdevice)1 928 1 1250 3072 t
 
498
10 R f
 
499
(uses)1440 3192 w
 
500
10 B f
 
501
(auxdevice)1645 3192 w
 
502
10 R f
 
503
(as CDROM drive for ioctl usage.)5 1366 1 2100 3192 t
 
504
10 S1 f
 
505
(\261)1080 3360 w
 
506
10 B f
 
507
(I)1145 3360 w
 
508
10 I f
 
509
(interface --interface)1 842 1 1217 3360 t
 
510
10 R f
 
511
(speci\256es the interface for CDROM access:)5 1784 1 1440 3480 t
 
512
10 B f
 
513
(generic)3298 3480 w
 
514
10 S f
 
515
(_)3608 3480 w
 
516
10 B f
 
517
(scsi)3658 3480 w
 
518
10 R f
 
519
(or \(on Linux, and FreeBSD systems\))5 1551 1 3849 3480 t
 
520
10 B f
 
521
(cooked)1440 3600 w
 
522
10 S f
 
523
(_)1740 3600 w
 
524
10 B f
 
525
(ioctl)1790 3600 w
 
526
10 R f
 
527
(.)1973 3600 w
 
528
10 S1 f
 
529
(\261)1080 3768 w
 
530
10 B f
 
531
(c)1145 3768 w
 
532
10 I f
 
533
(channels --channels)1 842 1 1222 3768 t
 
534
10 R f
 
535
(uses)1440 3888 w
 
536
10 B f
 
537
(1)1669 3888 w
 
538
10 R f
 
539
(for mono, or)2 566 1 1776 3888 t
 
540
10 B f
 
541
(2)2399 3888 w
 
542
10 R f
 
543
(for stereo recording, or)3 1015 1 2506 3888 t
 
544
10 B f
 
545
(s)3578 3888 w
 
546
10 R f
 
547
(for stereo recording with both channels)5 1726 1 3674 3888 t
 
548
(swapped.)1440 4008 w
 
549
10 S1 f
 
550
(\261)1080 4176 w
 
551
10 B f
 
552
(s --stereo)1 425 1 1145 4176 t
 
553
10 R f
 
554
(sets to stereo recording.)3 972 1 1440 4296 t
 
555
10 S1 f
 
556
(\261)1080 4464 w
 
557
10 B f
 
558
(m --mono)1 454 1 1145 4464 t
 
559
10 R f
 
560
(sets to mono recording.)3 962 1 1440 4584 t
 
561
10 S1 f
 
562
(\261)1080 4752 w
 
563
10 B f
 
564
(x --max)1 365 1 1145 4752 t
 
565
10 R f
 
566
(sets maximum \(CD\) quality.)3 1163 1 1440 4872 t
 
567
10 S1 f
 
568
(\261)1080 5040 w
 
569
10 B f
 
570
(b)1145 5040 w
 
571
10 I f
 
572
(bits --bits-per-sample)1 904 1 1234 5040 t
 
573
10 R f
 
574
(sets bits per sample per channel:)5 1335 1 1440 5160 t
 
575
10 B f
 
576
(8)2841 5160 w
 
577
10 R f
 
578
(,)2891 5160 w
 
579
10 B f
 
580
(12)2949 5160 w
 
581
10 R f
 
582
(or)3082 5160 w
 
583
10 B f
 
584
(16)3198 5160 w
 
585
10 R f
 
586
(.)3298 5160 w
 
587
10 S1 f
 
588
(\261)1080 5328 w
 
589
10 B f
 
590
(r)1145 5328 w
 
591
10 I f
 
592
(rate --rate)1 454 1 1222 5328 t
 
593
10 R f
 
594
( values are listed with the)5 1058( Possible)1 400(sets rate in samples per second.)5 1293 3 1440 5448 t
 
595
10 S1 f
 
596
(\261)4224 5448 w
 
597
10 B f
 
598
(R)4289 5448 w
 
599
10 R f
 
600
(option.)4394 5448 w
 
601
10 S1 f
 
602
(\261)1080 5616 w
 
603
10 B f
 
604
(a)1145 5616 w
 
605
10 I f
 
606
(divider --divider)1 698 1 1228 5616 t
 
607
10 R f
 
608
( values are listed with the)5 1058( Possible)1 400(sets rate to 44100Hz / divider.)5 1244 3 1440 5736 t
 
609
10 S1 f
 
610
(\261)4175 5736 w
 
611
10 B f
 
612
(R)4240 5736 w
 
613
10 R f
 
614
(option.)4345 5736 w
 
615
10 S1 f
 
616
(\261)1080 5904 w
 
617
10 B f
 
618
(R --dump-rates)1 698 1 1145 5904 t
 
619
10 R f
 
620
(shows a list of all sample rates and their dividers.)9 2042 1 1440 6024 t
 
621
10 S1 f
 
622
(\261)1080 6192 w
 
623
10 B f
 
624
(P sectors --set-overlap)2 1023 1 1145 6192 t
 
625
10 R f
 
626
(sets the initial number of overlap)5 1358 1 1440 6312 t
 
627
10 I f
 
628
(sectors)2831 6312 w
 
629
10 R f
 
630
(for jitter correction.)2 800 1 3147 6312 t
 
631
10 S1 f
 
632
(\261)1080 6480 w
 
633
10 B f
 
634
(n)1145 6480 w
 
635
10 I f
 
636
(sectors --sectors-per-request)1 1191 1 1234 6480 t
 
637
10 R f
 
638
(reads)1440 6600 w
 
639
10 I f
 
640
(sectors)1683 6600 w
 
641
10 R f
 
642
(per request.)1 473 1 1999 6600 t
 
643
10 S1 f
 
644
(\261)1080 6768 w
 
645
10 B f
 
646
(l)1145 6768 w
 
647
10 I f
 
648
(buffers --buffers-in-ring)1 999 1 1206 6768 t
 
649
10 R f
 
650
(uses a ring buffer with)4 930 1 1440 6888 t
 
651
10 I f
 
652
(buffers)2403 6888 w
 
653
10 R f
 
654
(total.)2714 6888 w
 
655
10 S1 f
 
656
(\261)1080 7056 w
 
657
10 B f
 
658
(t)1145 7056 w
 
659
10 I f
 
660
(track+endtrack --track)1 959 1 1211 7056 t
 
661
10 R f
 
662
(selects the start track and optionally the end track.)8 2063 1 1440 7176 t
 
663
( 1)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7680 t
 
664
cleartomark
 
665
showpage
 
666
restore
 
667
%%EndPage: 1 1
 
668
%%Page: 2 2
 
669
save
 
670
mark
 
671
2 pagesetup
 
672
10 R f
 
673
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
674
10 S1 f
 
675
(\261)1080 960 w
 
676
10 B f
 
677
(i)1145 960 w
 
678
10 I f
 
679
(index --index)1 564 1 1206 960 t
 
680
10 R f
 
681
(selects the start index.)3 906 1 1440 1080 t
 
682
10 S1 f
 
683
(\261)1080 1248 w
 
684
10 B f
 
685
(o)1145 1248 w
 
686
10 I f
 
687
(offset --offset)1 566 1 1228 1248 t
 
688
10 R f
 
689
(starts)1440 1368 w
 
690
10 I f
 
691
(offset)1684 1368 w
 
692
10 R f
 
693
(sectors behind start track \(one sector equivalents 1/75 seconds\).)8 2606 1 1934 1368 t
 
694
10 S1 f
 
695
(\261)1080 1536 w
 
696
10 B f
 
697
(O audiotype --output-format)2 1309 1 1145 1536 t
 
698
10 R f
 
699
(can be)1 269 1 1440 1656 t
 
700
10 I f
 
701
(wav)1746 1656 w
 
702
10 R f
 
703
(\(for wav \256les\) or)3 709 1 1944 1656 t
 
704
10 I f
 
705
(aiff)2690 1656 w
 
706
10 R f
 
707
( \256les\) or)2 359(\(for apple/sgi aiff)2 722 2 2861 1656 t
 
708
10 I f
 
709
(aifc)3980 1656 w
 
710
10 R f
 
711
(\(for apple/sgi aifc \256les\) or)4 1094 1 4168 1656 t
 
712
10 I f
 
713
(au)5300 1656 w
 
714
10 R f
 
715
(or)1440 1776 w
 
716
10 I f
 
717
(sun)1556 1776 w
 
718
10 R f
 
719
(\(for sun .au PCM \256les\) or)5 1067 1 1728 1776 t
 
720
10 I f
 
721
(cdr)2828 1776 w
 
722
10 R f
 
723
(or)2994 1776 w
 
724
10 I f
 
725
(raw)3110 1776 w
 
726
10 R f
 
727
(\(for headerless \256les to be used for cd writers\).)8 1895 1 3299 1776 t
 
728
10 S1 f
 
729
(\261)1080 1944 w
 
730
10 B f
 
731
(C)1145 1944 w
 
732
10 I f
 
733
(endianess --cdrom-endianess)1 1208 1 1250 1944 t
 
734
10 R f
 
735
(sets endianess of the input samples to 'little', 'big' or 'guess' to override defaults.)13 3369 1 1440 2064 t
 
736
10 S1 f
 
737
(\261)1080 2232 w
 
738
10 B f
 
739
(E)1145 2232 w
 
740
10 I f
 
741
(endianess --output-endianess)1 1209 1 1245 2232 t
 
742
10 R f
 
743
(sets endianess of the output samples to 'little' or 'big' to override defaults.)12 3073 1 1440 2352 t
 
744
10 S1 f
 
745
(\261)1080 2520 w
 
746
10 B f
 
747
(d)1145 2520 w
 
748
10 I f
 
749
(duration --duration)1 822 1 1234 2520 t
 
750
10 R f
 
751
( a 'f' suf\256x \(like 75f)5 857( \(sectors\) are indicated by)4 1062( Frames)1 360(sets recording time in seconds or frames.)6 1681 4 1440 2640 t
 
752
(for 75 sectors\).)2 617 1 1440 2760 t
 
753
10 B f
 
754
(0)2123 2760 w
 
755
10 R f
 
756
(sets the time for whole track.)5 1199 1 2206 2760 t
 
757
10 S1 f
 
758
(\261)1080 2928 w
 
759
10 B f
 
760
(B --bulk)1 395 1 1145 2928 t
 
761
10 R f
 
762
(copies each track into a seperate \256le.)6 1513 1 1440 3048 t
 
763
10 S1 f
 
764
(\261)1080 3216 w
 
765
10 B f
 
766
(w --wait)1 387 1 1145 3216 t
 
767
10 R f
 
768
(waits for signal, then start recording.)5 1507 1 1440 3336 t
 
769
10 S1 f
 
770
(\261)1080 3504 w
 
771
10 B f
 
772
(F --\256nd-extremes)1 775 1 1145 3504 t
 
773
10 R f
 
774
(\256nds extrem amplitudes in samples.)4 1468 1 1440 3624 t
 
775
10 S1 f
 
776
(\261)1080 3792 w
 
777
10 B f
 
778
(G --\256nd-mono)1 650 1 1145 3792 t
 
779
10 R f
 
780
(\256nds if input samples are in mono.)6 1434 1 1440 3912 t
 
781
10 S1 f
 
782
(\261)1080 4080 w
 
783
10 B f
 
784
(T --deemphasize)1 743 1 1145 4080 t
 
785
10 R f
 
786
(undo the effect of pre-emphasis in the input samples.)8 2180 1 1440 4200 t
 
787
10 S1 f
 
788
(\261)1080 4368 w
 
789
10 B f
 
790
(e --echo)1 370 1 1145 4368 t
 
791
10 R f
 
792
(copies audio data to sound device e.g.)6 1562 1 1440 4488 t
 
793
10 B f
 
794
(/dev/dsp)3068 4488 w
 
795
10 R f
 
796
(.)3425 4488 w
 
797
10 S1 f
 
798
(\261)1080 4656 w
 
799
10 B f
 
800
( --set-pitch)1 465(p percentage)1 587 2 1145 4656 t
 
801
10 R f
 
802
(changes pitch of audio data copied to sound device.)8 2124 1 1440 4776 t
 
803
10 S1 f
 
804
(\261)1080 4944 w
 
805
10 B f
 
806
(v level --verbose-level)2 996 1 1145 4944 t
 
807
10 R f
 
808
( information about the CD.)4 1116(prints verbose)1 571 2 1440 5064 t
 
809
10 B f
 
810
(Level)3194 5064 w
 
811
10 R f
 
812
(is a sum of powers of two in the range 0 up to)12 1939 1 3461 5064 t
 
813
( box ; r)3 310( center)1 309(63. Each power of two controls the type of information to be reported.)12 2902 3 1440 5184 t
 
814
10 S f
 
815
(\372)4961 5184 w
 
816
10 R f
 
817
(l)5044 5184 w
 
818
10 S f
 
819
(\372)5072 5184 w
 
820
10 R f
 
821
(.)5122 5184 w
 
822
( 2)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7680 t
 
823
cleartomark
 
824
showpage
 
825
restore
 
826
%%EndPage: 2 2
 
827
%%Page: 1 3
 
828
save
 
829
mark
 
830
3 pagesetup
 
831
10 R f
 
832
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
833
(Power Description)1 826 1 1080 960 t
 
834
10 S f
 
835
(_)1939 960 w
 
836
10 R f
 
837
( a summary of the recording param-)6 1489( show)1 521( table of contents 2)4 796(1 show)1 571 4 2023 960 t
 
838
( and display the media catalog number)6 1590( retrieve)1 614( and display index offsets 8)5 1136( determine)1 709(eters 4)1 271 5 1080 1080 t
 
839
( the table)2 400( show)1 471( all Intern. Standard Recording Codes ISRC 32)7 2001( and display)2 515( retrieve)1 564(MCN 16)1 369 6 1080 1200 t
 
840
( the table of contents with track titles \(when available\))9 2243( show)1 471(of contents in start sector notation 64)6 1530 3 1080 1320 t
 
841
10 S1 f
 
842
(\261)1080 1488 w
 
843
10 B f
 
844
(N --no-write)1 564 1 1145 1488 t
 
845
10 R f
 
846
(does not write to a \256le, it just reads \(for debugging purposes\).)11 2549 1 1440 1608 t
 
847
10 S1 f
 
848
(\261)1080 1776 w
 
849
10 B f
 
850
(J --info-only)1 566 1 1145 1776 t
 
851
10 R f
 
852
(does not write to a \256le, it just gives information about the disc.)12 2601 1 1440 1896 t
 
853
10 S1 f
 
854
(\261)1080 2064 w
 
855
10 B f
 
856
(H --no-info\256le)1 644 1 1145 2064 t
 
857
10 R f
 
858
(does not write an info \256le and a cddb \256le.)9 1731 1 1440 2184 t
 
859
10 S1 f
 
860
(\261)1080 2352 w
 
861
10 B f
 
862
(g --gui)1 316 1 1145 2352 t
 
863
10 R f
 
864
(formats the output to be better parsable by gui frontends.)9 2341 1 1440 2472 t
 
865
10 S1 f
 
866
(\261)1080 2640 w
 
867
10 B f
 
868
( --md5)1 288(M count)1 399 2 1145 2640 t
 
869
10 R f
 
870
(enables calculation of MD-5 checksum for 'count' bytes from a beginning of a track.)13 3496 1 1440 2760 t
 
871
10 S1 f
 
872
(\261)1080 2928 w
 
873
10 B f
 
874
( --speed-select)1 603(S speed)1 361 2 1145 2928 t
 
875
10 R f
 
876
(sets the cdrom device to one of the selectable speeds for reading.)11 2676 1 1440 3048 t
 
877
10 S1 f
 
878
(\261)1080 3216 w
 
879
10 B f
 
880
(q --quiet)1 405 1 1145 3216 t
 
881
10 R f
 
882
(quiet operation, no screen output.)4 1369 1 1440 3336 t
 
883
10 S1 f
 
884
(\261)1080 3504 w
 
885
10 B f
 
886
(V --verbose-SCSI)1 787 1 1145 3504 t
 
887
10 R f
 
888
(enable SCSI command logging to the console. This is mainly used for debugging.)12 3367 1 1440 3624 t
 
889
10 S1 f
 
890
(\261)1080 3792 w
 
891
10 B f
 
892
(Q --silent-SCSI)1 694 1 1145 3792 t
 
893
10 R f
 
894
(suppress SCSI command error reports to the console. This is mainly used for guis.)13 3393 1 1440 3912 t
 
895
10 S1 f
 
896
(\261)1080 4080 w
 
897
10 B f
 
898
(J --version)1 493 1 1145 4080 t
 
899
10 R f
 
900
(display version of cdda2wav on standard output.)6 1987 1 1440 4200 t
 
901
(Defaults depend on the)3 947 1 1080 4368 t
 
902
10 B f
 
903
(Make\256le)1440 4488 w
 
904
10 R f
 
905
(and)1845 4488 w
 
906
10 B f
 
907
(environment variable)1 927 1 2022 4488 t
 
908
10 R f
 
909
(settings \(currently)1 732 1 2982 4488 t
 
910
10 B f
 
911
(CDDA)3747 4488 w
 
912
10 S f
 
913
(_)4035 4488 w
 
914
10 B f
 
915
(DEVICE)4085 4488 w
 
916
10 R f
 
917
(\).)4507 4488 w
 
918
9 B f
 
919
(ENVIRONMENT VARIABLES)1 1250 1 720 4656 t
 
920
10 B f
 
921
(CDDA)1080 4776 w
 
922
10 S f
 
923
(_)1368 4776 w
 
924
10 B f
 
925
(DEVICE)1418 4776 w
 
926
10 R f
 
927
( the device name. The device naming is compatible with Jvrg Schilling's)11 3018(is used to set)3 541 2 1841 4776 t
 
928
(cdrecord package.)1 732 1 1080 4896 t
 
929
9 B f
 
930
(DISCUSSION)720 5064 w
 
931
10 B f
 
932
(cdda2wav)1080 5184 w
 
933
10 R f
 
934
(is able to read parts of an)6 1177 1 1562 5184 t
 
935
10 B f
 
936
(audio)2793 5184 w
 
937
10 R f
 
938
(CD or)1 277 1 3088 5184 t
 
939
10 B f
 
940
(multimedia)3420 5184 w
 
941
10 R f
 
942
(CDROM \(containing audio parts\))3 1436 1 3964 5184 t
 
943
(directly digitally. These parts can be written to a \256le, a pipe, or to a sound device.)16 3384 1 1080 5304 t
 
944
10 B f
 
945
(cdda2wav)1080 5472 w
 
946
10 R f
 
947
(stands for)1 400 1 1542 5472 t
 
948
10 B f
 
949
(CDDA)1976 5472 w
 
950
10 R f
 
951
(to)2298 5472 w
 
952
10 B f
 
953
(WAV)2410 5472 w
 
954
10 R f
 
955
(\(where)2688 5472 w
 
956
10 B f
 
957
(CDDA)2999 5472 w
 
958
10 R f
 
959
(stands for compact disc digital audio and)6 1697 1 3322 5472 t
 
960
10 B f
 
961
(WAV)5054 5472 w
 
962
10 R f
 
963
(is)5333 5472 w
 
964
( allows copying)2 677( It)1 141( sample format introduced by MS Windows\).)6 1944(a sound)1 331 4 1080 5592 t
 
965
10 B f
 
966
(CDDA)4220 5592 w
 
967
10 R f
 
968
(audio data from the)3 845 1 4555 5592 t
 
969
(CDROM drive into a \256le on your ram-, hard-, \257oppy- or whatever-disk in)12 3042 1 1080 5712 t
 
970
10 B f
 
971
(WAV)4155 5712 w
 
972
10 R f
 
973
(or other formats.)2 684 1 4432 5712 t
 
974
( \(uninterrupted\))1 656(The latest versions try to get higher real-time scheduling priorities to ensure smooth)12 3664 2 1080 5880 t
 
975
( for super users and are higher than those of 'normal' processes.)11 2686(operation. These priorities are available)4 1634 2 1080 6000 t
 
976
( libraries to take advantage of)5 1228( note that you need newer kernels and c)8 1643( Please)1 321(Thus delays are minimized.)3 1128 4 1080 6120 t
 
977
(this feature.)1 479 1 1080 6240 t
 
978
( is on device)3 541(If your CDROM \(not yet for SCSI drives\))7 1763 2 1080 6408 t
 
979
10 B f
 
980
(/dev/cdrom)3422 6408 w
 
981
10 R f
 
982
(and it is loaded with an audio CD,)7 1457 1 3943 6408 t
 
983
(you may simply invoke)3 972 1 1080 6528 t
 
984
10 B f
 
985
(cdda2wav)2087 6528 w
 
986
10 R f
 
987
(and it will create the sound \256le)6 1292 1 2550 6528 t
 
988
10 B f
 
989
(audio.wav)3877 6528 w
 
990
10 R f
 
991
( track)1 233(recording the whole)2 818 2 4349 6528 t
 
992
( your \256le system has enough space)6 1453(beginning with track 1 in stereo at 16 bit at 44100 Hz sample rate, if)14 2867 2 1080 6648 t
 
993
( limited. SCSI drives have to use different devices \(see \256les)10 2633( recording time will be)4 1014(free. Otherwise)1 673 3 1080 6768 t
 
994
10 B f
 
995
(README)1080 6888 w
 
996
10 R f
 
997
(and)1557 6888 w
 
998
10 B f
 
999
(README.INSTALL)1734 6888 w
 
1000
10 R f
 
1001
(for details\).)1 468 1 2676 6888 t
 
1002
9 B f
 
1003
(HINTS ON OPTIONS)2 880 1 720 7056 t
 
1004
10 R f
 
1005
( control the format of the WAV \256le. In the following text all of)13 2662( of the options are used to)6 1092(Options Most)1 566 3 1080 7176 t
 
1006
(them are described.)2 794 1 1440 7296 t
 
1007
( 1)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7776 t
 
1008
cleartomark
 
1009
showpage
 
1010
restore
 
1011
%%EndPage: 1 3
 
1012
%%Page: 2 4
 
1013
save
 
1014
mark
 
1015
4 pagesetup
 
1016
10 R f
 
1017
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
1018
(Select Device)1 559 1 1080 960 t
 
1019
10 S1 f
 
1020
(\261)1440 1080 w
 
1021
10 B f
 
1022
(D)1505 1080 w
 
1023
10 I f
 
1024
(device)1613 1080 w
 
1025
10 R f
 
1026
( speci\256er given should correspond)4 1418( The)1 225( be used.)2 376(selects the CDROM drive device to)5 1478 4 1903 1080 t
 
1027
( interface \(see below\).)3 963(to the selected)2 625 2 1440 1200 t
 
1028
10 B f
 
1029
(CHANGE!)3112 1200 w
 
1030
10 R f
 
1031
(For the cooked)2 651 1 3635 1200 t
 
1032
10 S f
 
1033
(_)4286 1200 w
 
1034
10 R f
 
1035
(ioctl interface this is the)4 1064 1 4336 1200 t
 
1036
(cdrom device descriptor as before.)4 1464 1 1440 1320 t
 
1037
10 B f
 
1038
( used with the addressed with their)6 1627(The SCSI devices)2 789 2 2984 1320 t
 
1039
( and SCSI device descriptor!!!)4 1356(SCSI-Bus, SCSI-Id,)1 862 2 1440 1440 t
 
1040
10 R f
 
1041
(One example for a SCSI CDROM drive)6 1700 1 3700 1440 t
 
1042
(on bus 0 with SCSI ID 3 and lun 0 is -D0,3,0.)11 1916 1 1440 1560 t
 
1043
(Select Auxiliary device)2 953 1 1080 1728 t
 
1044
10 S1 f
 
1045
(\261)1440 1848 w
 
1046
10 B f
 
1047
(A)1505 1848 w
 
1048
10 I f
 
1049
(auxdevice)1623 1848 w
 
1050
10 R f
 
1051
( For Non-SCSI-CDROM drives this is the)6 1816(is necessary for CD-Extra handling.)4 1517 2 2067 1848 t
 
1052
( the CDROM drive)3 835(same device as given by -D \(see above\). For SCSI-CDROM drives it is)12 3125 2 1440 1968 t
 
1053
(\(SCSI\) device \(i.e.)2 759 1 1440 2088 t
 
1054
10 B f
 
1055
(/dev/sr0)2232 2088 w
 
1056
10 R f
 
1057
(\) corresponding to the SCSI device \(i.e.)6 1629 1 2604 2088 t
 
1058
10 B f
 
1059
(0,3,0)4300 2088 w
 
1060
10 R f
 
1061
(\). It has to match the)5 866 1 4534 2088 t
 
1062
(device used for sampling.)3 1050 1 1440 2208 t
 
1063
(Select Interface)1 630 1 1080 2376 t
 
1064
10 S1 f
 
1065
(\261)1440 2496 w
 
1066
10 B f
 
1067
(I)1505 2496 w
 
1068
10 I f
 
1069
(interface)1577 2496 w
 
1070
10 R f
 
1071
( generic)1 327(selects the CDROM drive interface. For SCSI drives use)8 2325 2 1965 2496 t
 
1072
10 S f
 
1073
(_)4617 2496 w
 
1074
10 R f
 
1075
(scsi \(cooked)1 505 1 4667 2496 t
 
1076
10 S f
 
1077
(_)5172 2496 w
 
1078
10 R f
 
1079
(ioctl)5222 2496 w
 
1080
(may not yet be available for all devices\):)7 1767 1 1440 2616 t
 
1081
10 B f
 
1082
(generic)3285 2616 w
 
1083
10 S f
 
1084
(_)3595 2616 w
 
1085
10 B f
 
1086
(scsi)3645 2616 w
 
1087
10 R f
 
1088
(and)3840 2616 w
 
1089
10 B f
 
1090
(cooked)4028 2616 w
 
1091
10 S f
 
1092
(_)4328 2616 w
 
1093
10 B f
 
1094
(ioctl)4378 2616 w
 
1095
10 R f
 
1096
( \256rst uses the)3 582(. The)1 257 2 4561 2616 t
 
1097
( latter uses the ioctl of the CDROM driver. The latter variant works)12 2849(generic SCSI interface, the)3 1111 2 1440 2736 t
 
1098
(only when the kernel driver supports)5 1602 1 1440 2856 t
 
1099
10 B f
 
1100
(CDDA)3094 2856 w
 
1101
10 R f
 
1102
( match the selected)3 840(reading. This entry has to)4 1126 2 3434 2856 t
 
1103
(CDROM device \(see above\).)3 1182 1 1440 2976 t
 
1104
(Enable echo to soundcard)3 1052 1 1080 3144 t
 
1105
10 S1 f
 
1106
(\261)1440 3264 w
 
1107
10 B f
 
1108
(e)1505 3264 w
 
1109
10 R f
 
1110
( while recording, so you hear it nearly simultaneously.)8 2311(copies audio data to the sound card)6 1499 2 1590 3264 t
 
1111
( gets the same data that is recorded. This is time critical, so it works best with)16 3353(The soundcard)1 607 2 1440 3384 t
 
1112
(the)1440 3504 w
 
1113
10 S1 f
 
1114
(\261)1598 3504 w
 
1115
10 B f
 
1116
(q)1663 3504 w
 
1117
10 R f
 
1118
( use)1 169(option. To)1 461 2 1755 3504 t
 
1119
10 B f
 
1120
(cdda2wav)2421 3504 w
 
1121
10 R f
 
1122
(as a pseudo CD player without recording in a \256le you could)11 2515 1 2885 3504 t
 
1123
(use)1440 3624 w
 
1124
10 B f
 
1125
(cdda2wav)1618 3624 w
 
1126
10 S1 f
 
1127
(\261)2091 3624 w
 
1128
10 B f
 
1129
(q)2156 3624 w
 
1130
10 S1 f
 
1131
(\261)2257 3624 w
 
1132
10 B f
 
1133
(e)2322 3624 w
 
1134
10 S1 f
 
1135
(\261)2411 3624 w
 
1136
10 B f
 
1137
(t2)2476 3624 w
 
1138
10 S1 f
 
1139
(\261)2604 3624 w
 
1140
10 B f
 
1141
(d0)2669 3624 w
 
1142
10 S1 f
 
1143
(\261)2820 3624 w
 
1144
10 B f
 
1145
(N)2885 3624 w
 
1146
10 R f
 
1147
( This feature reduces the)4 1056(to play the whole second track.)5 1342 2 3002 3624 t
 
1148
( cannot make better recordings than your sound)7 2004(recording speed to at most onefold speed. You)7 1956 2 1440 3744 t
 
1149
(card can play \(since the same data is used\).)8 1784 1 1440 3864 t
 
1150
(Change pitch of echoed audio)4 1224 1 1080 4032 t
 
1151
10 S1 f
 
1152
(\261)1440 4152 w
 
1153
10 B f
 
1154
(p percentage)1 566 1 1505 4152 t
 
1155
10 R f
 
1156
( card. Only the copy to the)6 1188(changes the pitch of all audio echoed to a sound)9 2096 2 2116 4152 t
 
1157
( pitch,)1 273( Normal)1 386( the same.)2 448(soundcard is affected, the recorded audio samples in a \256le remain)10 2853 4 1440 4272 t
 
1158
( -p)1 151( percentages correspond to lower pitches, i.e.)6 1858( Lower)1 328( given by 100%.)3 685(which is the default, is)4 938 5 1440 4392 t
 
1159
( script)1 259( also the)2 359( See)1 215(50 transposes the audio output one octave lower.)7 2038 4 1440 4512 t
 
1160
10 B f
 
1161
(pitchplay)4348 4512 w
 
1162
10 R f
 
1163
(as an example.)2 614 1 4786 4512 t
 
1164
(This option was contributed by Raul Sobon.)6 1812 1 1440 4632 t
 
1165
(Select mono or stereo recording)4 1307 1 1080 4800 t
 
1166
10 S1 f
 
1167
(\261)1440 4920 w
 
1168
10 B f
 
1169
(m)1505 4920 w
 
1170
10 R f
 
1171
(or)1637 4920 w
 
1172
10 S1 f
 
1173
(\261)1769 4920 w
 
1174
10 B f
 
1175
(c 1)1 143 1 1834 4920 t
 
1176
10 R f
 
1177
( mixed\),)1 358(selects mono recording \(both stereo channels are)6 2089 2 2026 4920 t
 
1178
10 S1 f
 
1179
(\261)4523 4920 w
 
1180
10 B f
 
1181
(s)4588 4920 w
 
1182
10 R f
 
1183
(or)4677 4920 w
 
1184
10 S1 f
 
1185
(\261)4810 4920 w
 
1186
10 B f
 
1187
(c 2)1 144 1 4875 4920 t
 
1188
10 R f
 
1189
(or)5069 4920 w
 
1190
10 S1 f
 
1191
(\261)5202 4920 w
 
1192
10 B f
 
1193
(c s)1 133 1 5267 4920 t
 
1194
10 R f
 
1195
(selects stereo recording \(doubles \256le size\). Parameter s will swap both sound channels.)12 3562 1 1440 5040 t
 
1196
(Select maximum quality)2 994 1 1080 5208 t
 
1197
10 S1 f
 
1198
(\261)1440 5328 w
 
1199
10 B f
 
1200
(x)1505 5328 w
 
1201
10 R f
 
1202
( that other format)3 750( Note)1 270(will set stereo, 16 bits per sample at 44.1 KHz \(full CD quality\).)12 2783 3 1597 5328 t
 
1203
(options given later can change this setting.)6 1749 1 1440 5448 t
 
1204
(Select sample quality)2 871 1 1080 5616 t
 
1205
10 S1 f
 
1206
(\261)1440 5736 w
 
1207
10 B f
 
1208
(b 8)1 144 1 1505 5736 t
 
1209
10 R f
 
1210
(speci\256es 8 bit \(1 Byte\) for each sample in each channel;)10 2364 1 1687 5736 t
 
1211
10 S1 f
 
1212
(\261)4090 5736 w
 
1213
10 B f
 
1214
(b 12)1 195 1 4155 5736 t
 
1215
10 R f
 
1216
(speci\256es 12 bit \(2 Byte\))4 1011 1 4389 5736 t
 
1217
(for each sample in each channel;)5 1359 1 1440 5856 t
 
1218
10 S1 f
 
1219
(\261)2835 5856 w
 
1220
10 B f
 
1221
(b 16)1 192 1 2900 5856 t
 
1222
10 R f
 
1223
( each sample in each chan-)5 1121(speci\256es 16 bit \(2 Byte\) for)5 1151 2 3128 5856 t
 
1224
( playing 12-bit or 16-bit sam-)5 1265(nel \(Ensure that your sample player or sound card is capable of)11 2695 2 1440 5976 t
 
1225
( samples are aligned to 16-bit samples, so)7 1735( 12-bit)1 307(ples\). Selecting 12 or 16 bits doubles \256le size.)8 1918 3 1440 6096 t
 
1226
(they waste some disk space.)4 1155 1 1440 6216 t
 
1227
(Select sample rate)2 742 1 1080 6384 t
 
1228
10 S1 f
 
1229
(\261)1440 6504 w
 
1230
10 B f
 
1231
(r)1505 6504 w
 
1232
10 I f
 
1233
(samplerate)1594 6504 w
 
1234
10 R f
 
1235
( sample rate.)2 549(selects a)1 355 2 2083 6504 t
 
1236
10 I f
 
1237
(samplerate)3066 6504 w
 
1238
10 R f
 
1239
(can be in a range between 44100 and 900.)8 1844 1 3556 6504 t
 
1240
(Option)1440 6624 w
 
1241
10 S1 f
 
1242
(\261)1751 6624 w
 
1243
10 B f
 
1244
(R)1816 6624 w
 
1245
10 R f
 
1246
(lists all available rates.)3 934 1 1921 6624 t
 
1247
(Select sample rate divider)3 1058 1 1080 6792 t
 
1248
10 S1 f
 
1249
(\261)1440 6912 w
 
1250
10 B f
 
1251
(a)1505 6912 w
 
1252
10 I f
 
1253
(divider)1595 6912 w
 
1254
10 R f
 
1255
( rate divider.)2 539(selects a sample)2 673 2 1918 6912 t
 
1256
10 I f
 
1257
(divider)3204 6912 w
 
1258
10 R f
 
1259
(can be minimally 1 and maximally 50.5 and)7 1872 1 3528 6912 t
 
1260
( Option)1 344(everything between in steps of 0.5.)5 1435 2 1440 7032 t
 
1261
10 S1 f
 
1262
(\261)3252 7032 w
 
1263
10 B f
 
1264
(R)3317 7032 w
 
1265
10 R f
 
1266
(lists all available rates.)3 934 1 3422 7032 t
 
1267
(To make the sound smoother at lower sampling rates,)8 2211 1 1440 7200 t
 
1268
10 B f
 
1269
(cdda2wav)3685 7200 w
 
1270
10 R f
 
1271
(sums over)1 417 1 4147 7200 t
 
1272
10 I f
 
1273
(n)4598 7200 w
 
1274
10 R f
 
1275
(samples \(where)1 633 1 4682 7200 t
 
1276
10 I f
 
1277
(n)5350 7200 w
 
1278
10 R f
 
1279
( 2)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7680 t
 
1280
cleartomark
 
1281
showpage
 
1282
restore
 
1283
%%EndPage: 2 4
 
1284
%%Page: 3 5
 
1285
save
 
1286
mark
 
1287
5 pagesetup
 
1288
10 R f
 
1289
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
1290
( Hertz output we have to sum over 2 samples, for 900)11 2328(is the speci\256c dividend\). So for 22050)6 1632 2 1440 960 t
 
1291
( size)1 197( cancels higher frequencies. Standard sector)5 1830( This)1 252(Hertz we have to sum over 49 samples.)7 1681 4 1440 1080 t
 
1292
( CD \(ignoring additional information\) is 2352 Bytes. In order to \256nish summing for)13 3487(of an audio)2 473 2 1440 1200 t
 
1293
( sampling)1 407( Arbitrary)1 444(an output sample at sector boundaries the rates above have to be choosen.)12 3109 3 1440 1320 t
 
1294
( some interpolation scheme, which needs much more sophis-)8 2521(rates in high quality would require)5 1439 2 1440 1440 t
 
1295
(ticated programming.)1 868 1 1440 1560 t
 
1296
(List a table of all sampling rates)6 1330 1 1080 1728 t
 
1297
10 S1 f
 
1298
(\261)1440 1848 w
 
1299
10 B f
 
1300
(R)1505 1848 w
 
1301
10 R f
 
1302
( Dividers can range from 1 to 50.5 in)8 1638(shows a list of all sample rates and their dividers.)9 2141 2 1621 1848 t
 
1303
(steps of 0.5.)2 499 1 1440 1968 t
 
1304
(Select start track and optionally end track)6 1706 1 1080 2136 t
 
1305
10 S1 f
 
1306
(\261)1440 2256 w
 
1307
10 B f
 
1308
(t)1505 2256 w
 
1309
10 I f
 
1310
(n+m)1573 2256 w
 
1311
10 R f
 
1312
(selects)1798 2256 w
 
1313
10 B f
 
1314
(n)2099 2256 w
 
1315
10 R f
 
1316
(as the start track and optionally)5 1301 1 2190 2256 t
 
1317
10 B f
 
1318
(m)3526 2256 w
 
1319
10 R f
 
1320
( a range to be recorded.)5 990(as the last track of)4 766 2 3644 2256 t
 
1321
( sets the track where recording begins.)6 1640( This)1 254( of contents.)2 527(These tracks must be from the table)6 1539 4 1440 2376 t
 
1322
( tracks as well \(limited by the optional end track)9 2063(Recording can advance through the following)5 1897 2 1440 2496 t
 
1323
( \256le or different \256les are then created)7 1581(or otherwise depending on recording time\). Whether one)7 2379 2 1440 2616 t
 
1324
(depends on the)2 615 1 1440 2736 t
 
1325
10 S1 f
 
1326
(\261)2088 2736 w
 
1327
10 B f
 
1328
(B)2153 2736 w
 
1329
10 R f
 
1330
(option \(see below\).)2 784 1 2253 2736 t
 
1331
(Select start index)2 704 1 1080 2904 t
 
1332
10 S1 f
 
1333
(\261)1440 3024 w
 
1334
10 B f
 
1335
(i)1505 3024 w
 
1336
10 I f
 
1337
(n)1586 3024 w
 
1338
10 R f
 
1339
( will invoke the index)4 988( other than 1)3 586( Indices)1 374(selects the index to start recording with.)6 1763 4 1689 3024 t
 
1340
( given)1 264(scanner, which will take some time to \256nd the correct start position. An offset may be)15 3696 2 1440 3144 t
 
1341
(additionally \(see below\).)2 1006 1 1440 3264 t
 
1342
(Set recording time)2 754 1 1080 3432 t
 
1343
10 S1 f
 
1344
(\261)1440 3552 w
 
1345
10 B f
 
1346
(d n)1 188 1 1505 3552 t
 
1347
10 R f
 
1348
(sets recording time to)3 917 1 1736 3552 t
 
1349
10 I f
 
1350
(n)2696 3552 w
 
1351
10 R f
 
1352
( time for whole track if)5 1018(seconds or set recording)3 1021 2 2789 3552 t
 
1353
10 I f
 
1354
(n)4872 3552 w
 
1355
10 R f
 
1356
(is zero. In)2 434 1 4966 3552 t
 
1357
( have an appended 'f'.)4 952(order to specify the duration in frames \(sectors\) also, the argument can)11 3008 2 1440 3672 t
 
1358
( note)1 206( Please)1 322( rather than seconds.)3 847(Then the numerical argument is to be taken as frames \(sectors\))10 2585 4 1440 3792 t
 
1359
( ranges are being used they de\256ne the recording time as well thus overriding any)14 3328(that if track)2 478 2 1440 3912 t
 
1360
10 S1 f
 
1361
(\261)5279 3912 w
 
1362
10 B f
 
1363
(d)5344 3912 w
 
1364
10 R f
 
1365
(option speci\256ed times.)2 919 1 1440 4032 t
 
1366
( generated sample will play \(at the de\256ned sample)8 2178(Recording time is de\256ned as the time the)7 1782 2 1440 4200 t
 
1367
( sampling)1 409(rate\). Since it's related to the amount of generated samples, it's not the time of the)15 3551 2 1440 4320 t
 
1368
( neither strictly coupled with the time informa-)7 1978( It's)1 205(process itself \(which can be less or more\).)7 1777 3 1440 4440 t
 
1369
( by the usage of)4 688( can occur)2 439( Differences)1 537(tion on the audio CD \(shown by your hi\256 CD player\).)10 2296 4 1440 4560 t
 
1370
(the)1440 4680 w
 
1371
10 S1 f
 
1372
(\261)1608 4680 w
 
1373
10 B f
 
1374
(o)1673 4680 w
 
1375
10 R f
 
1376
( below\). Notice that recording time will be shortened, unless enough disk)11 3169(option \(see)1 462 2 1769 4680 t
 
1377
( at anytime by pressing the break character \(signal)8 2254(space exists. Recording can be aborted)5 1706 2 1440 4800 t
 
1378
(SIGQUIT\).)1440 4920 w
 
1379
(Record a complete audio CD in one go in different \256les)10 2299 1 1080 5088 t
 
1380
10 S1 f
 
1381
(\261)1440 5208 w
 
1382
10 B f
 
1383
(B)1505 5208 w
 
1384
10 R f
 
1385
( base name can be given. File names have an)9 2033(copies each track into a seperate \256le. A)7 1744 2 1623 5208 t
 
1386
( to the audio format. To record all audio)8 1672(appended track number and an extension corresponding)6 2288 2 1440 5328 t
 
1387
(tracks of a CD, use a suf\256cient high duration \(i.e. -d99999\).)10 2465 1 1440 5448 t
 
1388
(Set start sector offset)3 864 1 1080 5616 t
 
1389
10 S1 f
 
1390
(\261)1440 5736 w
 
1391
10 B f
 
1392
(o)1505 5736 w
 
1393
10 I f
 
1394
(sectors)1589 5736 w
 
1395
10 R f
 
1396
(increments start sector of the track by)6 1556 1 1906 5736 t
 
1397
10 I f
 
1398
(sectors)3496 5736 w
 
1399
10 R f
 
1400
( are able to skip a)5 751( this option you)3 653(. By)1 209 3 3787 5736 t
 
1401
( want. Each sec-)3 680(certain amount at the beginning of a track so you can pick exactly the part you)15 3280 2 1440 5856 t
 
1402
( \256ne control. If your offset is so high that it would)11 2142(tor runs for 1/75 seconds, so you have very)8 1818 2 1440 5976 t
 
1403
( Recording)1 486( message is issued and the offset is ignored.)8 1841(not \256t into the current track, a warning)7 1633 3 1440 6096 t
 
1404
( the)1 158( skip introductory quiet passages automagically, use)6 2144( \(To)1 212(time is not reduced.)3 818 4 1440 6216 t
 
1405
10 S1 f
 
1406
(\261)4808 6216 w
 
1407
10 B f
 
1408
(w)4873 6216 w
 
1409
10 R f
 
1410
(option see)1 419 1 4981 6216 t
 
1411
(below.\))1440 6336 w
 
1412
(Wait for signal option)3 904 1 1080 6504 t
 
1413
10 S1 f
 
1414
(\261)1440 6624 w
 
1415
10 B f
 
1416
(w)1505 6624 w
 
1417
10 R f
 
1418
( option will suppress all silent output at startup, reducing possibly \256le size.)12 3145(Turning on this)2 641 2 1614 6624 t
 
1419
10 B f
 
1420
(cdda2wav)1440 6744 w
 
1421
10 R f
 
1422
(will watch for any signal in the output signal and switches on writing to \256le.)14 3158 1 1901 6744 t
 
1423
(Find extrem samples)2 849 1 1080 6912 t
 
1424
10 S1 f
 
1425
(\261)1440 7032 w
 
1426
10 B f
 
1427
(F)1505 7032 w
 
1428
10 R f
 
1429
( most positive sample value)4 1183(Turning on this option will display the most negative and the)10 2609 2 1608 7032 t
 
1430
( volume. The)2 564(found during recording for both channels. This can be useful for readjusting the)12 3396 2 1440 7152 t
 
1431
( cover the complete sampling process. They)6 1821(values shown are not reset at track boundaries, they)8 2139 2 1440 7272 t
 
1432
( 3)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7752 t
 
1433
cleartomark
 
1434
showpage
 
1435
restore
 
1436
%%EndPage: 3 5
 
1437
%%Page: 4 6
 
1438
save
 
1439
mark
 
1440
6 pagesetup
 
1441
10 R f
 
1442
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
1443
(are taken from the original samples and have the same format \(i.e. they are independent of the)16 3960 1 1440 960 t
 
1444
(selected output format\).)2 967 1 1440 1080 t
 
1445
(Find if input samples are in mono)6 1398 1 1080 1248 t
 
1446
10 S1 f
 
1447
(\261)1440 1368 w
 
1448
10 B f
 
1449
(G)1505 1368 w
 
1450
10 R f
 
1451
( given, input samples for both channels will be compared. At the end of the)14 3147(If this option is)3 636 2 1617 1368 t
 
1452
( stereo, otherwise when both)4 1205(program the result is printed. Differences in the channels indicate)9 2755 2 1440 1488 t
 
1453
(channels are equal it will indicate mono.)6 1665 1 1440 1608 t
 
1454
(Undo the pre-emphasis in the input samples)6 1802 1 1080 1776 t
 
1455
10 S1 f
 
1456
(\261)1440 1896 w
 
1457
10 B f
 
1458
(T)1505 1896 w
 
1459
10 R f
 
1460
( CDs are recorded with a modi\256ed frequency response called pre-)10 2990(Some older audio)2 777 2 1633 1896 t
 
1461
( correction can be seen in the \257ags)7 1475(emphasis. This is found mostly in classical recordings. The)8 2485 2 1440 2016 t
 
1462
( that show this setting only in the sub-)8 1611(of the Table Of Contents often. But there are recordings,)9 2349 2 1440 2136 t
 
1463
( the q-subchannel)2 720(channels. If this option is given, the index scanner will be started, which reads)13 3240 2 1440 2256 t
 
1464
( is indicated in the q-subchannel of a track, but not in the TOC,)13 2717(of each track. If pre-emphasis)4 1243 2 1440 2376 t
 
1465
( to be present, and subsequently a reverse \256ltering is done for this)12 2729(pre-emphasis will be assumed)3 1231 2 1440 2496 t
 
1466
(track before the samples are written into the audio \256le.)9 2251 1 1440 2616 t
 
1467
(Set audio format)2 682 1 1080 2784 t
 
1468
10 S1 f
 
1469
(\261)1440 2904 w
 
1470
10 B f
 
1471
(O audiotype)1 571 1 1505 2904 t
 
1472
10 R f
 
1473
(can be)1 269 1 2113 2904 t
 
1474
10 I f
 
1475
(wav)2419 2904 w
 
1476
10 R f
 
1477
(\(for wav \256les\) or)3 709 1 2617 2904 t
 
1478
10 I f
 
1479
(au)3363 2904 w
 
1480
10 R f
 
1481
(or)3500 2904 w
 
1482
10 I f
 
1483
(sun)3620 2904 w
 
1484
10 R f
 
1485
(\(for sun PCM \256les\) or)4 931 1 3796 2904 t
 
1486
10 I f
 
1487
(cdr)4765 2904 w
 
1488
10 R f
 
1489
(or)4936 2904 w
 
1490
10 I f
 
1491
(raw)5057 2904 w
 
1492
10 R f
 
1493
(\(for)5251 2904 w
 
1494
( \256le samples are coded in linear pulse code)8 1913( All)1 211( for cd writers\).)3 695(headerless \256les to be used)4 1141 4 1440 3024 t
 
1495
( Wav)1 259( compact disc format\). This holds for all audio formats.)9 2328(modulation \(as done in the audio)5 1373 3 1440 3144 t
 
1496
(\256les are compatible to Wind)4 1176 1 1440 3264 t
 
1497
10 S f
 
1498
(*)2616 3264 w
 
1499
10 R f
 
1500
( the)1 157(ws sound \256les, they have lsb,msb byte order as being used on)11 2577 2 2666 3264 t
 
1501
( type \256les are not like the older com-)8 1598( Sun)1 230( extension is '.wav'.)3 855(audio cd. The default \256lename)4 1277 4 1440 3384 t
 
1502
( is used. The)3 556(mon logarithmically coded .au \256les, but instead as mentioned above linear PCM)11 3404 2 1440 3504 t
 
1503
( AIFF and)2 439( The)1 227( extension is '.au'.)3 777(byte order is msb,lsb to be compatible. The default \256lename)9 2517 4 1440 3624 t
 
1504
( their samples in bigendian format)5 1498(the newer variant AIFC from the Apple/SGI world store)8 2462 2 1440 3744 t
 
1505
( easiest 'format', the cdr aka raw for-)7 1602( the)1 163( Finally)1 358(\(msb,lsb\). In AIFC no compression is used.)6 1837 4 1440 3864 t
 
1506
( satisfy the order wanted by most cd writers.)8 1852(mat. It is done per default in msb,lsb byte order to)10 2108 2 1440 3984 t
 
1507
( be)1 157(Since there is no header information in this format, the sample parameters can only)13 3803 2 1440 4104 t
 
1508
( extension is)2 526(identi\256ed by playing the samples on a soundcard or similiar. The default \256lename)12 3434 2 1440 4224 t
 
1509
('.cdr' or '.raw'.)2 632 1 1440 4344 t
 
1510
(Select cdrom drive reading speed)4 1362 1 1080 4512 t
 
1511
10 S1 f
 
1512
(\261)1440 4632 w
 
1513
10 B f
 
1514
(S speed)1 366 1 1505 4632 t
 
1515
10 R f
 
1516
( reduce read)2 514(allows to switch the cdrom drive to a certain level of speed in order to)14 2977 2 1909 4632 t
 
1517
( very much on the)4 817( depend)1 338( Details)1 366(errors. The argument is transfered verbatim to the drive.)8 2439 4 1440 4752 t
 
1518
( is often the default speed of the drive, a value of)11 2072( argument of 0 for example)5 1139( An)1 190(cdrom drives.)1 559 4 1440 4872 t
 
1519
(1 often selects single speed.)4 1144 1 1440 4992 t
 
1520
(Enable MD5 checksums)2 992 1 1080 5160 t
 
1521
10 S1 f
 
1522
(\261)1440 5280 w
 
1523
10 B f
 
1524
(M count)1 409 1 1505 5280 t
 
1525
10 R f
 
1526
( bytes from the beginning of a)6 1318(enables calculation of MD-5 checksum for 'count')6 2125 2 1957 5280 t
 
1527
(track. This was introduced for quick comparisons of tracks.)8 2437 1 1440 5400 t
 
1528
(Do linear or overlapping reading of sectors)6 1766 1 1080 5568 t
 
1529
10 S1 f
 
1530
(\261)1440 5688 w
 
1531
10 B f
 
1532
(P sectors)1 429 1 1505 5688 t
 
1533
10 R f
 
1534
( given number of sectors for initial overlap sampling for jitter correction.)11 3110(sets the)1 314 2 1976 5688 t
 
1535
( read twice to enable)4 893(Two cases are to be distinguished. For nonzero values, some sectors are)11 3067 2 1440 5808 t
 
1536
( zero is given, no overlap sampling will be used.)9 2015( an argument of)3 653( If)1 132(cdda2wav's jitter correction.)2 1160 4 1440 5928 t
 
1537
( sampling \(like)2 648(For nonzero overlap sectors cdda2wav dynamically adjusts the setting during)9 3312 2 1440 6048 t
 
1538
( read with an increased over-)5 1214( no match can be found, cdda2wav retries the)8 1897( If)1 135(cdparanoia does\).)1 714 4 1440 6168 t
 
1539
( is lower than the current overlapped samples, cdda2wav reduces the)10 2840( the amount of jitter)4 838(lap. If)1 282 3 1440 6288 t
 
1540
( argument given has to be lower than)7 1583( The)1 228(overlap setting, resulting in a higher reading speed.)7 2149 3 1440 6408 t
 
1541
(the total number of sectors per request \(see option)8 2076 1 1440 6528 t
 
1542
10 I f
 
1543
(-n)3551 6528 w
 
1544
10 R f
 
1545
( will check this setting)4 936(below\). Cdda2wav)1 796 2 3668 6528 t
 
1546
( case of zero sectors is nice on low load situations or)11 2198( The)1 222( a error message otherwise.)4 1124(and issues)1 416 4 1440 6648 t
 
1547
(errorfree \(perfect\) cdrom drives and perfect \(not scratched\) audio cds.)9 2855 1 1440 6768 t
 
1548
(Set the transfer size)3 808 1 1080 6936 t
 
1549
10 S1 f
 
1550
(\261)1440 7056 w
 
1551
10 B f
 
1552
(n sectors)1 415 1 1505 7056 t
 
1553
10 R f
 
1554
(will set the transfer size to the speci\256ed sectors per request.)10 2450 1 1953 7056 t
 
1555
(Set number of ring buffer elements)5 1440 1 1080 7224 t
 
1556
( 4)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7704 t
 
1557
cleartomark
 
1558
showpage
 
1559
restore
 
1560
%%EndPage: 4 6
 
1561
%%Page: 5 7
 
1562
save
 
1563
mark
 
1564
7 pagesetup
 
1565
10 R f
 
1566
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
1567
10 S1 f
 
1568
(\261)1440 960 w
 
1569
10 B f
 
1570
(l buffers)1 399 1 1505 960 t
 
1571
10 R f
 
1572
(will allocate the speci\256ed number of ring buffer elements.)8 2379 1 1937 960 t
 
1573
(Set endianess of input samples)4 1259 1 1080 1128 t
 
1574
10 S1 f
 
1575
(\261)1440 1248 w
 
1576
10 B f
 
1577
(C endianess)1 567 1 1505 1248 t
 
1578
10 R f
 
1579
( be set)2 307( can)1 188( Endianess)1 488(will override the default settings of the input format.)8 2295 4 2122 1248 t
 
1580
(explicitly to)1 510 1 1440 1368 t
 
1581
10 S1 f
 
1582
(")2004 1368 w
 
1583
10 R f
 
1584
(little)2045 1368 w
 
1585
10 S1 f
 
1586
(")2229 1368 w
 
1587
10 R f
 
1588
(or)2324 1368 w
 
1589
10 S1 f
 
1590
(")2461 1368 w
 
1591
10 R f
 
1592
(big)2502 1368 w
 
1593
10 S1 f
 
1594
(")2630 1368 w
 
1595
10 R f
 
1596
( on voting with)3 693(or to the automatic endianess detection based)6 1982 2 2725 1368 t
 
1597
10 S1 f
 
1598
(")1440 1488 w
 
1599
10 R f
 
1600
(guess)1481 1488 w
 
1601
10 S1 f
 
1602
(")1703 1488 w
 
1603
10 R f
 
1604
(.)1744 1488 w
 
1605
(Set endianess of output samples)4 1309 1 1080 1656 t
 
1606
10 S1 f
 
1607
(\261)1440 1776 w
 
1608
10 B f
 
1609
(E endianess)1 550 1 1505 1776 t
 
1610
10 R f
 
1611
(\(endianess can be)2 729 1 2093 1776 t
 
1612
10 S1 f
 
1613
(")2860 1776 w
 
1614
10 R f
 
1615
(little)2901 1776 w
 
1616
10 S1 f
 
1617
(")3085 1776 w
 
1618
10 R f
 
1619
(or)3164 1776 w
 
1620
10 S1 f
 
1621
(")3286 1776 w
 
1622
10 R f
 
1623
(big)3327 1776 w
 
1624
10 S1 f
 
1625
(")3455 1776 w
 
1626
10 R f
 
1627
(\) will override the default settings of the out-)8 1904 1 3496 1776 t
 
1628
(put format.)1 452 1 1440 1896 t
 
1629
(Verbose option)1 621 1 1080 2064 t
 
1630
10 S1 f
 
1631
(\261)1440 2184 w
 
1632
10 B f
 
1633
(v level)1 310 1 1505 2184 t
 
1634
10 R f
 
1635
(prints more information. A binary mask allows selection of different information.)10 3337 1 1848 2184 t
 
1636
10 B f
 
1637
(0)1440 2424 w
 
1638
10 R f
 
1639
(keeps quiet)1 460 1 1523 2424 t
 
1640
10 B f
 
1641
(1)1440 2664 w
 
1642
10 R f
 
1643
(displays the table of contents)4 1192 1 1523 2664 t
 
1644
10 B f
 
1645
(2)1440 2904 w
 
1646
10 R f
 
1647
(displays a summary of recording parameters)5 1811 1 1523 2904 t
 
1648
10 B f
 
1649
(4)1440 3144 w
 
1650
10 R f
 
1651
(invokes the index scanner and displays start positions of indices)9 2628 1 1523 3144 t
 
1652
10 B f
 
1653
(8)1440 3384 w
 
1654
10 R f
 
1655
(retrieves and displays a media catalog number)6 1894 1 1523 3384 t
 
1656
10 B f
 
1657
(16)1440 3624 w
 
1658
10 R f
 
1659
(retrieves and displays international standard recording codes)6 2465 1 1573 3624 t
 
1660
10 B f
 
1661
(32)1440 3864 w
 
1662
10 R f
 
1663
(displays track start positions in absolute sector notation)7 2269 1 1573 3864 t
 
1664
(To combine several requests just add the numbers and give the sum as argument.)13 3338 1 1440 4104 t
 
1665
(The table of contents)3 864 1 1080 4272 t
 
1666
( of contents with number of tracks and total time \(displayed in)11 2643(The display will show the table)5 1317 2 1440 4392 t
 
1667
10 I f
 
1668
(mm)1440 4512 w
 
1669
10 R f
 
1670
(:)1592 4512 w
 
1671
10 I f
 
1672
(ss)1620 4512 w
 
1673
10 R f
 
1674
(.)1706 4512 w
 
1675
10 I f
 
1676
(hh)1731 4512 w
 
1677
10 R f
 
1678
(format,)1882 4512 w
 
1679
10 I f
 
1680
(mm)2224 4512 w
 
1681
10 R f
 
1682
(=minutes,)2376 4512 w
 
1683
10 I f
 
1684
(ss)2824 4512 w
 
1685
10 R f
 
1686
(=seconds,)2910 4512 w
 
1687
10 I f
 
1688
(hh)3357 4512 w
 
1689
10 R f
 
1690
( following list)2 612( The)1 238(=rounded 1/100 seconds\).)2 1085 3 3465 4512 t
 
1691
( summary gives a line per track)6 1421( The)1 241( entry.)1 283(displays track number and track time for each)7 2015 4 1440 4632 t
 
1692
(describing the type of the track.)5 1304 1 1440 4752 t
 
1693
10 B f
 
1694
(track preemphasis copypermitted tracktype chans)4 2174 1 2250 4992 t
 
1695
10 R f
 
1696
(The)1440 5232 w
 
1697
10 B f
 
1698
(track)1634 5232 w
 
1699
10 R f
 
1700
(column holds the track number.)4 1324 1 1900 5232 t
 
1701
10 B f
 
1702
(preemphasis)3296 5232 w
 
1703
10 R f
 
1704
( that track has been given a)6 1176(shows if)1 350 2 3874 5232 t
 
1705
( effect with the)3 658( You can undo this)4 835( NOTE:)1 372(non linear frequency response.)3 1284 4 1440 5352 t
 
1706
10 S1 f
 
1707
(\261)4633 5352 w
 
1708
10 B f
 
1709
(T)4698 5352 w
 
1710
10 R f
 
1711
(option.)4809 5352 w
 
1712
10 B f
 
1713
(copy-)5167 5352 w
 
1714
(permitted)1440 5472 w
 
1715
10 R f
 
1716
( copy.)1 258(indicates if this track is allowed to)6 1449 2 1899 5472 t
 
1717
10 B f
 
1718
(tracktype)3678 5472 w
 
1719
10 R f
 
1720
(can be data or audio. On mul-)6 1273 1 4127 5472 t
 
1721
( track CDs\) both of them should be present.)8 1889(timedia CDs \(except hidden)3 1175 2 1440 5592 t
 
1722
10 B f
 
1723
(channels)4580 5592 w
 
1724
10 R f
 
1725
(is de\256ned)1 404 1 4996 5592 t
 
1726
(for audio tracks only. There can be two or four channels.)10 2346 1 1440 5712 t
 
1727
(No \256le output)2 572 1 1080 5880 t
 
1728
10 S1 f
 
1729
(\261)1440 6000 w
 
1730
10 B f
 
1731
(N)1505 6000 w
 
1732
10 R f
 
1733
(this debugging option switches off writing to a \256le.)8 2111 1 1610 6000 t
 
1734
(No info\256le generation)2 898 1 1080 6168 t
 
1735
10 S1 f
 
1736
(\261)1440 6288 w
 
1737
10 B f
 
1738
(H)1505 6288 w
 
1739
10 R f
 
1740
(this option switches off creation of an info \256le and a cddb \256le.)12 2579 1 1616 6288 t
 
1741
(Generation of simple output for gui frontends)6 1868 1 1080 6456 t
 
1742
10 S1 f
 
1743
(\261)1440 6576 w
 
1744
10 B f
 
1745
(g)1505 6576 w
 
1746
10 R f
 
1747
( gui frontends)2 601(this option switches on simple line formatting, which is needed to support)11 3197 2 1602 6576 t
 
1748
(\(like xcd-roast\).)1 645 1 1440 6696 t
 
1749
(Verbose SCSI logging)2 916 1 1080 6864 t
 
1750
10 S1 f
 
1751
(\261)1440 6984 w
 
1752
10 B f
 
1753
(V)1505 6984 w
 
1754
10 R f
 
1755
( of SCSI commands. This will produce a lot of output)10 2417(this option switches on logging)4 1355 2 1628 6984 t
 
1756
(\(when SCSI devices are being used\), which is needed for debugging purposes. The format is the)15 3960 1 1440 7104 t
 
1757
( will not describe it here.)5 1033( I)1 99(same as being used with the cdrecord package from Jvrg Schilling.)10 2750 3 1440 7224 t
 
1758
( 5)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7704 t
 
1759
cleartomark
 
1760
showpage
 
1761
restore
 
1762
%%EndPage: 5 7
 
1763
%%Page: 6 8
 
1764
save
 
1765
mark
 
1766
8 pagesetup
 
1767
10 R f
 
1768
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
1769
(Quiet option)1 511 1 1080 960 t
 
1770
10 S1 f
 
1771
(\261)1440 1080 w
 
1772
10 B f
 
1773
(q)1505 1080 w
 
1774
10 R f
 
1775
( reduces cpu time resources.)4 1159( That)1 249(suppresses all screen output except error messages.)6 2090 3 1594 1080 t
 
1776
(Just show information option)3 1194 1 1080 1248 t
 
1777
10 S1 f
 
1778
(\261)1440 1368 w
 
1779
10 B f
 
1780
(J)1505 1368 w
 
1781
10 R f
 
1782
( write a \256le, it only prints information about the disc \(depending on the)13 2967(does not)1 345 2 1589 1368 t
 
1783
10 S1 f
 
1784
(\261)4936 1368 w
 
1785
10 B f
 
1786
(v)5001 1368 w
 
1787
10 R f
 
1788
(option\).)5086 1368 w
 
1789
(This is just for information purposes.)5 1523 1 1440 1488 t
 
1790
9 B f
 
1791
(HINTS ON USAGE)2 785 1 720 1656 t
 
1792
10 R f
 
1793
( sample player software and sound card)6 1813(Don't create samples you cannot read. First check your)8 2507 2 1080 1776 t
 
1794
(hardware. I experienced problems with very low sample rates \(stereo)9 2897 1 1080 1896 t
 
1795
10 S1 f
 
1796
(<)4018 1896 w
 
1797
10 R f
 
1798
(= 1575 Hz, mono)3 745 1 4074 1896 t
 
1799
10 S1 f
 
1800
(<)4859 1896 w
 
1801
10 R f
 
1802
(= 3675 Hz\))2 485 1 4915 1896 t
 
1803
( standard WAV players for sound blaster \(maybe they are not legal in)12 3017(when trying to play them with)5 1303 2 1080 2016 t
 
1804
10 B f
 
1805
(WAV)1080 2136 w
 
1806
10 R f
 
1807
( cdda2wav sup-)2 662( Now)1 270( in a bigendian format.)4 979(format\). Most CD-Writers insist on audio samples)6 2121 4 1368 2136 t
 
1808
(ports the)1 355 1 1080 2256 t
 
1809
10 S1 f
 
1810
(\261)1468 2256 w
 
1811
10 B f
 
1812
(E endianess)1 545 1 1533 2256 t
 
1813
10 R f
 
1814
(option to control the endianess of the written samples.)8 2226 1 2111 2256 t
 
1815
( the 'perfect')2 534(If your hardware is fast enough to run cdda2wav uninterrupted and your CD drive is one of)16 3786 2 1080 2424 t
 
1816
( all overlap sampling off with the)6 1422(ones, you will gain speed when switching)6 1764 2 1080 2544 t
 
1817
10 S1 f
 
1818
(\261)4306 2544 w
 
1819
10 B f
 
1820
(P 0)1 184 1 4371 2544 t
 
1821
10 R f
 
1822
(option. Further \256ne)2 805 1 4595 2544 t
 
1823
(tuning can be done with the)5 1157 1 1080 2664 t
 
1824
10 S1 f
 
1825
(\261)2272 2664 w
 
1826
10 B f
 
1827
(n sectors)1 417 1 2337 2664 t
 
1828
10 R f
 
1829
( should be requested)3 851(option. You can specify how much sectors)6 1760 2 2789 2664 t
 
1830
(in one go.)2 413 1 1080 2784 t
 
1831
(Cdda2wav supports)1 801 1 1080 2952 t
 
1832
10 B f
 
1833
(pipes)1917 2952 w
 
1834
10 R f
 
1835
(now. Use a \256lename of)4 967 1 2176 2952 t
 
1836
10 S1 f
 
1837
(\261)3179 2952 w
 
1838
10 R f
 
1839
(to let cdda2wav output its samples to standard out-)8 2120 1 3280 2952 t
 
1840
(put.)1080 3072 w
 
1841
( the)1 158(Conversion to other sound formats can be done using)8 2211 2 1080 3240 t
 
1842
10 B f
 
1843
(sox)3485 3240 w
 
1844
10 R f
 
1845
(program package \(although the use of)5 1565 1 3660 3240 t
 
1846
10 B f
 
1847
(sox)5261 3240 w
 
1848
(-x)1080 3360 w
 
1849
10 R f
 
1850
( should be no more necessary; see option)7 1695(to change the byte order of samples)6 1473 2 1197 3360 t
 
1851
10 S1 f
 
1852
(\261)4398 3360 w
 
1853
10 B f
 
1854
(E)4463 3360 w
 
1855
10 R f
 
1856
(to change the output)3 837 1 4563 3360 t
 
1857
(byteorder\).)1080 3480 w
 
1858
( into different \256les in one run, this is currently possible)10 2296(If you really want to sample more than one track)9 2024 2 1080 3648 t
 
1859
(with the)1 337 1 1080 3768 t
 
1860
10 S1 f
 
1861
(\261)1454 3768 w
 
1862
10 B f
 
1863
(B)1519 3768 w
 
1864
10 R f
 
1865
( will be opened for the next)6 1164(option. When recording time exceeds the track limit a new \256le)10 2613 2 1623 3768 t
 
1866
(track.)1080 3888 w
 
1867
9 B f
 
1868
(FILES)720 4056 w
 
1869
10 R f
 
1870
(Cdda2wav can generate a lot of \256les for various purposes.)9 2389 1 1080 4176 t
 
1871
(Audio \256les:)1 478 1 1080 4416 t
 
1872
(There are audio \256les containing samples with default extensions These \256les are not generated when)14 4320 1 1080 4656 t
 
1873
( Multiple \256les may be written when the bulk copy option \(-B\) is used. Individual)14 3453(option \(-N\) is given.)3 867 2 1080 4776 t
 
1874
( suf\256cient to cover all)4 983(\256le names can be given as arguments. If the number of \256le names given is)14 3337 2 1080 4896 t
 
1875
( if there are less \256le names than)7 1338( Otherwise,)1 504( used verbatim.)2 635(included audio tracks, the \256le names will be)7 1843 4 1080 5016 t
 
1876
( is extended with)3 719(\256les needed to write the included tracks, the part of the \256le name before the extension)15 3601 2 1080 5136 t
 
1877
(')1080 5256 w
 
1878
10 S f
 
1879
(_)1113 5256 w
 
1880
10 R f
 
1881
(dd' where dd represents the current track number.)7 2044 1 1163 5256 t
 
1882
(Cddb and Cdindex \256les:)3 994 1 1080 5496 t
 
1883
( \(album/track\) title information, then .cddb and .cdindex \256les are)9 2702(If cdda2wav detects cd-extra or cd-text)5 1618 2 1080 5736 t
 
1884
( entries for submission to)4 1059(generated unless suppressed by the option -H. They contain suitable formatted)10 3261 2 1080 5856 t
 
1885
( track title databases in the internet. The CDINDEX and CDDB\(tm\) systems are currently sup-)14 3967(audio cd)1 353 2 1080 5976 t
 
1886
(ported. For more information please visit www.cdindex.org and www.cddb.com.)8 3298 1 1080 6096 t
 
1887
(Inf \256les:)1 344 1 1080 6336 t
 
1888
( audio cd, it was taken from. They are)8 1609(The inf \256les are describing the sample \256les and the part from the)12 2711 2 1080 6576 t
 
1889
(a means to transfer information to a cd burning program like cdrecord. For example, if the original audio)17 4320 1 1080 6696 t
 
1890
( the pre-emphase, then the inf \256le has pre-)8 1818(cd had pre-emphasis enabled, and cdda2wav -T did remove)8 2502 2 1080 6816 t
 
1891
( .cddb and the .cdindex have)5 1199(emphasis not set \(since the audio \256le does not have it anymore\), while the)13 3121 2 1080 6936 t
 
1892
(pre-emphase set as the original does.)5 1509 1 1080 7056 t
 
1893
( 6)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7680 t
 
1894
cleartomark
 
1895
showpage
 
1896
restore
 
1897
%%EndPage: 6 8
 
1898
%%Page: 7 9
 
1899
save
 
1900
mark
 
1901
9 pagesetup
 
1902
10 R f
 
1903
( \( 1 \))3 164( CDDA2WAV)1 1838( Commands)1 489( User)1 1454(CDDA2WAV \( 1 \))3 735 5 720 480 t
 
1904
9 B f
 
1905
(WARNING)720 960 w
 
1906
10 B f
 
1907
(IMPORTANT:)1080 1080 w
 
1908
10 R f
 
1909
(it is prohibited to sell copies of copyrighted material by noncopyright holders. This pro-)13 3631 1 1769 1080 t
 
1910
( constraint when using the)4 1093( user acknowledges this)3 987( The)1 225(gram may not be used to circumvent copyrights.)7 2015 4 1080 1200 t
 
1911
(software.)1080 1320 w
 
1912
9 B f
 
1913
(BUGS)720 1488 w
 
1914
10 R f
 
1915
(Performance may not be optimal on slower systems.)7 2148 1 1080 1608 t
 
1916
(The index scanner may give timeouts.)5 1560 1 1080 1848 t
 
1917
(The resampling \(rate conversion code\) uses polynomial interpolation, which is not optimal.)11 3737 1 1080 2088 t
 
1918
(Cdda2wav should use threads.)3 1239 1 1080 2328 t
 
1919
(Cdda2wav currently cannot sample hidden audio tracks \(track 1 index 0\).)10 3010 1 1080 2568 t
 
1920
9 B f
 
1921
(ACKNOWLEDGEMENTS)720 2736 w
 
1922
10 R f
 
1923
( and Fraunhofer Institut f)4 1080(Thanks goto Project MODE \(http://www.mode.net/\))4 2165 2 1080 2856 t
 
1924
10 S f
 
1925
(\372)4325 2856 w
 
1926
10 R f
 
1927
(r integrierte Schaltungen)2 1025 1 4375 2856 t
 
1928
( Europe and Ricoh Japan provided)5 1558( Plextor)1 383(\(FhG-IIS\) \(http://www.iis.fhg.de/\) for \256nancial support.)4 2379 3 1080 2976 t
 
1929
( has helped a lot)4 701( Rammi)1 366( this software.)2 589(cdrom disk drives and cd burners which helped a lot to develop)11 2664 4 1080 3096 t
 
1930
( showed a lot of stamina when hearing 100 times the \256rst 16 seconds of the \256rst)16 3346(with the debugging and)3 974 2 1080 3216 t
 
1931
( patches contributed by Monty xiphmont)5 1670( Paranoia)1 415(track of the Krupps CD.)4 994 3 1080 3336 t
 
1932
10 S1 f
 
1933
(@)4159 3336 w
 
1934
10 R f
 
1935
(mit.edu.)4251 3336 w
 
1936
9 B f
 
1937
(AUTHOR)720 3504 w
 
1938
10 R f
 
1939
(Heiko Eissfeldt heiko)2 882 1 1080 3624 t
 
1940
10 S1 f
 
1941
(@)1962 3624 w
 
1942
10 R f
 
1943
(colossus.escape.de)2054 3624 w
 
1944
9 B f
 
1945
(DATE)720 3792 w
 
1946
10 R f
 
1947
(11 Feb 2000)2 516 1 1080 3912 t
 
1948
( 7)1 2099( change:)1 343( Last)1 1796(SunOS 5.4)1 442 4 720 7680 t
 
1949
cleartomark
 
1950
showpage
 
1951
restore
 
1952
%%EndPage: 7 9
 
1953
%%Trailer
 
1954
done
 
1955
%%DocumentFonts: Times-Roman Times-Bold Times-Italic Symbol
 
1956
%%Pages: 9