home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / musica / 8svxtoxxx / 8svxtoxxx.readme < prev    next >
Text File  |  1999-08-26  |  5KB  |  171 lines

  1. About 8SVXtoXXX v1.2 by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. This program was made in 1999-08-26.
  4.  
  5.  
  6. Intro:
  7. ~~~~~~
  8. The is a sample-converter which can convert mono and stereo
  9. IFF-8SVX samples to:
  10.  
  11. * IFF-8SVX     - mono/stereo
  12. * RAW          - mono/stereo, 8/16 bit, motorola/intel, signed
  13. * Audio IFF    - mono/stereo, 8/12/16 bit
  14. * RIFF-WAVE    - mono/stereo, 8/12/16 bit, PCM
  15. * RIFX-WAVE    - as RIFF but in motorola-format, rarely used
  16. * Creative VOC - mono/stereo  8/12/16 bit, PCM, v1.20
  17.  
  18. It can also resample the samples in a couple of ways:
  19.  
  20. * Not at all
  21. * Half the frequency
  22. * Double the frequency
  23. * resample to 11025 Hz
  24. * resample to 16000 Hz
  25. * resample to 22050 Hz
  26. * resample to 32000 Hz
  27. * resample to 44100 Hz
  28. * resample to 48000 Hz
  29.  
  30. This can be done in high quality (interpolation) or not!..
  31.  
  32.  
  33. Disclaimer
  34. ~~~~~~~~~~
  35. I will not be held responsible for any damage that this
  36. program might do to your system or files.
  37.  
  38.  
  39. Some notes..:
  40. ~~~~~~~~~~~~~
  41. This program uses MUI as interface.
  42.  
  43. This program is made in Amiga-E with the resample- and save-routines
  44. in optimized assembler, this increases the speed for like 3 times!
  45.  
  46. I don't know if the RIFX-WAVE (motorola-version of RIFF-WAVE) is
  47. saved right because I have no program that can read it.. :(
  48. However, the other formats has been tested with AudioMaster IV,
  49. Play16 v1.6 and MusicInPPC mpeg-encoder.
  50.  
  51. If you resample a file which frequency is less than 1% from
  52. the original it wouldn't be resampled, just labeled with the
  53. new frequency!
  54.  
  55. Ex. Resample "bla.iff" which is saved in 31960 Hz from f.ex Audiomaster
  56.     to 32000Hz will not resample the file just label it 32000Hz.
  57.  
  58.  
  59. Usage:
  60. ~~~~~~
  61. The program has a GUI with a numerous of gadgets:
  62.  
  63. `Status:'      - Shows info about the input file and general status.
  64.  
  65. `Input File:'  - This is where you specify the IFF-file to convert.
  66.  
  67. `Output File:' - This is the resulting file (or path).
  68.  
  69. -- Fileformat --
  70.  
  71. `Save Format:' - Here you select which file-format you want you
  72.                  OutputFile to be in.
  73.  
  74. `i'            - This is to get some info about the selected saveformat.
  75.  
  76. `Mode:'        - Select if you want to save in Mono or Stereo.
  77.                  Note that if you convert a stereo-file to mono the
  78.                  left channel will be used!  If you set this to Auto,
  79.                  all files will be converted to the same mode that the
  80.                  source file is in. Useful when using the list.
  81.  
  82. `ReSample:'    - Here you can set if you want to resample the inputfile.
  83.  
  84. `HiQ'          - If resampling should be done in high quality.
  85.  
  86. -- Dataformat --
  87.  
  88. `Bits:'        - The bit-resolution of the OutputFile.
  89.  
  90. `ByteOrder:'   - This toggles if you want to save in Motorola (MSB first)
  91.                  or Intel (LSB first).
  92.                  Note that if you save a WAV in motorola it will be an
  93.                  RIFX-WAVE file which is rarely used, use intel instead!
  94.  
  95. `Format'       - If the output should be in signed or unsigned in
  96.                 the RAW format.
  97.  
  98. ----- List -----
  99.  
  100. `Use'          - This toggle if you want to use a filelist instead of
  101.                  converting single files.
  102.                  Note that if you're using a list, the OutputFile will
  103.                  contain the destination-directory for all files!
  104.  
  105. `Lister'       - Brings you to the file-list.
  106.  
  107. --- Project ----
  108.  
  109. `Abort'        - Used to abort an operation.
  110.  
  111. `Convert'      - This will execute whatever you have setup the program
  112.                  to do.
  113.  
  114. `About'        - Shows some info about the program.
  115.  
  116. `Quit'         - Exits the program and saves the gadgetstates.
  117.  
  118.  
  119. Bugs:
  120. ~~~~~
  121. There might be a bug when saving AIFF. Play16 reported premature end
  122. of file once...
  123.  
  124.  
  125. Changes:
  126. ~~~~~~~~
  127. * I have made it possible to control most of the program using the keyboard.
  128.  
  129. * Fixed the ghosting of some cycle gadgets that was ghosted when the shouldn't
  130.   and not ghosted when they should.
  131.  
  132. * I gave the program a menu and the option to get to the MUI settings.
  133.  
  134. * The Output File now changes the extension when cycling through the
  135.   save format.
  136.  
  137. * Minor cosmetic changes.
  138.  
  139.  
  140. Future:
  141. ~~~~~~~
  142. Fix eventually bugs
  143. Perhaps some more formats
  144. Maybe also _read_ all those save-formats instead of just IFF-8SVX
  145. 16-bit resample routines
  146. 020-optimized resample routines
  147.  
  148.  
  149. Requirements:
  150. ~~~~~~~~~~~~~
  151. OS v37
  152. MUI  v3.x                 - I'm not really sure about the version here.. ;·)
  153. Asl.library v37           - Only required when using file-requenster
  154. MathIEEEDoubTrans.library - Only required when converting to AIFF.
  155. SetPatch v43              - I know it crashes with v40.16 (1994-02-14)
  156.  
  157. A couple of 100kb of memory..
  158.  
  159.  
  160. Author:
  161. ~~~~~~~
  162. Daniel Westerberg
  163. You can reach me at: deniil@algonet.se
  164.  
  165. You can also browse in on OnyxSoft homepage at:
  166.  www.alfaskop.net/~onyxsoft/
  167.  
  168. or my homepage at:
  169.  www.algonet.se/~deniil/
  170.  
  171.