home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 14 / MA_Cover_14.iso / source / e / audiostream_sr / audiostream_src.readme next >
Encoding:
Text File  |  2000-02-05  |  3.4 KB  |  103 lines

  1. Short: AudioSTREAM source code
  2. Author: ims@centrum.cz <IMMORTAL Systems>
  3. Uploader: ims@centrum.cz
  4. Type: dev/e
  5.  
  6.  
  7. Hello!
  8.  
  9. Because of many incoming emails asking for AudioSTREAM, (yes,
  10. people still ask), I decided to release informations
  11. about the present state of this project.
  12.  
  13. So: I _ABORTED_ THE DEVELOPMENT about a year ago, mainly due
  14. following reasons:
  15.  
  16. 1> situation in Amiga market, but this is NOT the main reason
  17. 2> my spare time - i study a school and work as a programmer
  18.    of a database system, so I hadn't time to develop anything
  19. 3> the main part of AudioSTREAM was coded too ugly (it was
  20.    my first larger project on amiga), it's coded in AmigaE
  21.    + assembler, it's totally unportable and MC68k dependent,
  22.    so changing anything after year was a nightmare :)
  23.  
  24. So, now I have (and will have) no interest in this project and
  25. I decided to make the present developer version and the source
  26. code available for free. You can do anything with that. But I
  27. doubt that anyone will.
  28. The source is mainly for demonstration purposes: for "having
  29. a look". It's absolutly nonsense to continue the development.
  30.  
  31. *Now I'm thinking about making similar, new (and better 
  32. project), with more features, but not primarily for Amiga, but
  33. it will be portable now, written in c++ and I will port it
  34. to PPC amiga or another Amiga :). But I don't promise anything,
  35. coz lack of my time, etc.....I just have an idea...*
  36.  
  37. ...
  38.  
  39.  
  40. now: INFORMATIONS FOR THOSE WHO WANTS DO HAVE A LOOK TO MY CODE
  41.      //////////////////////////////////////////////////////////
  42.  
  43. (last changed version, from 6th-Jul-1999)
  44. [v 990705]
  45.  
  46. AGAIN: I DOUBT YOU WILL CONTINUE THE DEVELOPMENT. WRITING A NEW
  47. SOFTWARE FROM SCRATCH IS BETTER SOLUTION............
  48.  
  49.  
  50. 1. About 50% of AudioSTREAM is coded in a very ugly way,
  51.    the rest of code is ...?? i don't know, I dont understand
  52.    it now (really, I forgot the E syntax .... oops)
  53. 2. It's coded in AmigaE (I used v 3.3a) -> unportable, ugly
  54. 3. For compiling, you need to add included mpega.m to your modules
  55.  
  56.  
  57. What is (almost >60%) finished:
  58. --------------------------
  59. GUI definitions (90%)
  60. Track editor (97%)
  61. Sample editor (99%) - the only "usable" part now :)
  62. MPEGA decoder (100%)
  63. About window (100%) - this was the first part I've coded :))))
  64. ...maybe I forgot something
  65.  
  66. What is not finished:
  67. ---------------------
  68. everything else
  69.  
  70.  
  71. WARNING: THERE'S NO PROGRESS WITH SOUND RENDERING ROUTINES!!!
  72. ...THERE IS NO SOUND STUFF EXCEPT PLAYING SAMPLES IN EDITOR!!!
  73. ...THERE ARE NO STREAMING ROUTINES
  74. ...NO DSP STUFF (except dummy interface definition)
  75. ...IT'S PRACTICALLY GUI\ONLY STUFF
  76.  
  77. (i say it again, the source is not interesting)
  78.  
  79. NOTE: As is it unusable, I STILL USE IT FOR DECODING MP3s, EDITING
  80.       AND STORING TO HDD AS AIFFs :))))) VERY CONFORTABLE!
  81.  
  82. NOTE: Maybe you need some additional emodules from Aminet. Don't
  83.       ask me for missing emodules. mpega.m is not on aminet, 
  84.       but it's included in this package.
  85.  
  86. NOTE: Don't ask me " what xxx(aaa,[1,2,4])" or other fragments
  87.       of code mean. I have no time to examine it. I don't know
  88.       it now.
  89.  
  90.  
  91. LICENCE
  92. -------
  93. You can do anything with it. It's free, except: the NAME
  94.  
  95. WARNING: THE NAME "AUDIOSTREAM" IS REGISTERED AS
  96. MY TRADEMARK FOR A SOFTWARE PRODUCT. I MAY TO USE
  97. IT FOR MY FUTURE PRODUCT. PLEASE, IF YOU WILL
  98. CONTINUE MY WORK (I DOUBT), DON'T USE THAT
  99. NAME WITHOUT CONTACTING ME FIRST.
  100.  
  101.  
  102. ----------------------------------------------------------------
  103. http://immortal-sys.dhs.org/audiostr.htm ... that page