home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Sound / CDDAtoAIFF / CDDAtoAIFF.readme < prev    next >
Text File  |  1999-08-03  |  3KB  |  111 lines

  1. About CDDA to AIFF v1.1a by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This program is Freeware and is made in Amiga-E!
  5.  
  6.  
  7. Intro
  8. ~~~~~
  9. This program is made to put a AudioIFF header on raw samples that
  10. are in Motorola 16bit, 44100Hz Stereo into AIFF-samples.
  11. This is that kind of samples you often get when reading raw audio
  12. tracks from audio-CD's and then save the songs as files.
  13.  
  14.  
  15. How?
  16. ~~~~
  17. It simply overwrites the first 64 bytes of the file instead
  18. of making a new one, which is slow with 10-100Mb large files!
  19.  
  20. NOTE: You will loose about 0.36 milliseconds of music here!
  21.       This is not a problem thought as this area and alot more
  22.       usually is quiet anyway..!
  23.  
  24. It is VERY fast, just slightly slower than a normal rename :)
  25.  
  26. It will also rename file so that they will end with ".aiff"
  27. and if the former name ended with ".raw" or ".cdda" this will
  28. be removed and replaced with ".aiff".
  29.  
  30.  
  31. Usage from CLI:
  32. ~~~~~~~~~~~~~~~
  33.  CDDAtoAIFF <file> [more files..] [QUIET]
  34.  CDDAtoAIFF ?
  35.  
  36.  
  37. You can support up to 100 files at a time. If you have files with
  38. spaces in them, just use "quotes" around them.
  39. If you supply QUIET as an argument you will only se error- and
  40. warning-messages and that only after it all has finished.
  41. If you just give ? as an argument you will get a printout of the
  42. about-requester to the console.
  43.  
  44. Requires: mathieeedoubtrans.library  -> For AIFF-header
  45.  
  46.  
  47. Usage from WB:
  48. ~~~~~~~~~~~~~~
  49.  CDDAtoAIFF
  50.  
  51.  
  52. Without arguments CDDAtoAIFF will open a multiselect asl-requester
  53. where you can select many files to convert (more than 100 here!).
  54. If you press cancel you will see the about-requester.
  55.  
  56. Requires: mathieeedoubtrans.library  -> For AIFF-header
  57. Requires: asl.library v38+           -> For multiselect aslrequester
  58.  
  59.  
  60. Usage from DirOpus:
  61. ~~~~~~~~~~~~~~~~~~~
  62.  CDDAtoAIFF {F}
  63.  
  64.  Output to window
  65.  Rescan source
  66.  
  67.  
  68. Messages
  69. ~~~~~~~~
  70. When the process is finished you will se a list telling you how the
  71. conversion went.
  72.  
  73. Files marked OK went perfectly ok in the conversion and the leadning
  74. 64 bytes did just contain zeroes that was overwritten.
  75.  
  76. Files marked WARN after the conversion did not just contain zeroes
  77. at the beginning of the file but audiodata that was overwritten by
  78. the header!  If you see the WARN flag you can never get back your
  79. 0.36ms of music you lost ;)
  80.  
  81. Files marked ERR failed to open or something. The conversion was
  82. not complete on these files. Just try again.
  83.  
  84.  
  85. Bugs
  86. ~~~~
  87. A bug in the header that caused some MP3'encoders to crash is fixed.
  88.  
  89.  
  90. Author:
  91. ~~~~~~~
  92. You can reach me at:  deniil@algonet.se
  93.  
  94. or check out my homepage at:
  95.  www.algonet.se/~deniil/
  96.  
  97.  
  98. OnyxSoft support:
  99. ~~~~~~~~~~~~~~~~~
  100. If you like our products, found bugs, have complains or
  101. ideas etc. etc. Don't hesitate to contact us..
  102.  
  103. OnyxSoft productions can be found on our HomePage.
  104. Updates and new releases will be there first.. (hopefully ;))
  105.  
  106. OnyxSoft e-mail   : onyxsoft@alfaskop.net
  107. OnyxSoft HomePage : www.alfaskop.net/~onyxsoft/
  108.  
  109. We just love to get response from other Amiga-freaks!!
  110.  
  111.