cdda2wav.ps
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:51k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

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