home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 591a.lha / PlayMACk / README < prev    next >
Text File  |  1988-12-30  |  2KB  |  72 lines

  1. **************************  PlayMACk  **************************
  2.                               
  3.                     by Bruce Twambly
  4.  
  5.  
  6. PlayMACk is a program that converts Macintosh sound files to
  7. the Amiga 8SVX format.  Of course, you still have to get the
  8. binary files onto an Amiga formatted disk, via modem or other
  9. conversion path.
  10.  
  11. (I took a roundabout path by converting from MAC to IBM and
  12. then from IBM to AMIGA. Argh!)
  13.  
  14. This program was written in 'C'.  It differs from other programs
  15. in that it not only converts raw MAC files but will also convert
  16. those pesky compressed MAC files.  You can identify this type 
  17. of file but typing it out in hex and looking for 'HCOM' as 
  18. the first four bytes.
  19.  
  20. The algorithm came from a Pascal/Assembler program in the
  21. MAC Development area of GEnie.  After a little work, I converted it
  22. to 'C'.  I could have kept it in assembler, but then you couldn't
  23. get a feel for how the technique works.  It's a little more
  24. straight forward in 'C'.
  25.  
  26. To use the program simply type
  27.  
  28. 1> PlayMACk <filename> <freq>  <CR>
  29.  
  30. where 
  31.     <filename>  is the MAC sound file to convert
  32.     <freq>      is a guess as to the samples per second 
  33.     
  34. Common values for MAC files are 7400,11000, and 22000.
  35.  
  36. The output has the same filename with .8SVX appended to it.  Then
  37. use what ever sound player you like to listen.
  38.  
  39. To save time, I've included a VERY simple program which will just
  40. change the frequency value in the 8SVX header if you guessed wrong
  41. in the initial conversion.
  42.  
  43. Type
  44.  
  45. 1> FreqChange <filename>
  46.  
  47. where
  48.     <filename>  is the newly converted Amiga sound file
  49.     
  50.     
  51.  
  52. These programs open a whole new world to sampled sound lovers.
  53. A large selection of MAC sounds are in the MAC roundtable of GEnie.
  54. Download the file, Un-Sit the file (look for the Amiga "Unsitter"),
  55. and then run PlayMACk on it.  
  56.  
  57.  
  58. This program is FREEWARE.  It may be freely distributed for private
  59. use or for inclusion in private or commercial programs.  I just
  60. ask that this file tag along with all copies.  Thanks.
  61.  
  62. Enjoy!!
  63.  
  64. (If you have any questions or comments, I can be reached on GEnie mail.
  65. My mail address is B.TWAMBLY)
  66.  
  67.  
  68. Bruce Twambly                   26 August 1990
  69.  
  70. *********************************************************************/
  71.  
  72.