home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12546 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  4.9 KB

  1. Path: sparky!uunet!europa.eng.gtefsd.com!gatech!swrinde!cs.utexas.edu!usc!howland.reston.ans.net!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!butler.cc.tut.fi!lehtori.cc.tut.fi!not-for-mail
  2. From: c142092@lehtori.cc.tut.fi (Chrons Otto)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: DSMI - sound interface
  5. Date: 28 Jan 1993 20:50:29 +0200
  6. Organization: Tampere University of Technology, Computing Centre
  7. Lines: 108
  8. Distribution: world
  9. Message-ID: <1k99tlINN1bm@cc.tut.fi>
  10. NNTP-Posting-Host: cc.tut.fi
  11.  
  12.                     The author of Dual Module Player,
  13.  
  14.                               Otto Chrons
  15.  
  16.                                 presents
  17.  
  18.  
  19.                    =================================
  20.                        D       S       M       I
  21.                    =================================
  22.  
  23.                    Digital Sound and Music Interface
  24.  
  25.  
  26.  
  27.         Until now, the PC sound world has suffered from lousy
  28.         MOD players that eat up processor power and don't
  29.         deliver high quality sound. On the era of 16-bit, CD-
  30.         quality sound cards, we are still forced to use 8-bit
  31.         sound even though those sound cards could provide a
  32.         lot more. Most players are also limited to four channels,
  33.         some even give you eight, but then you have to give up
  34.         quality. None of them give you the possibility to use
  35.         sound effects. DSMI is different.
  36.  
  37.         As I started this project in early 1992, I had a clear
  38.         goal: a system capable of playing music with simultaneous
  39.         sound effects. This meant giving up the old four-channel
  40.         thinking and creating a new, expandable system, that
  41.         would support as many channels as needed. And now, almost
  42.         a year later, that goal is within reach, not just for
  43.         me, but for all PC coders.
  44.  
  45.         DSMI, pronounced 'DISMI', is a commercial product for
  46.         creating high quality music and sounds in your programs.
  47.         Most of you have already touched it in the form of DMP,
  48.         the famous Dual Module Player, but it's much more than
  49.         that. Here is a list of some of its features:
  50.  
  51.         * Supports following sound cards:
  52.            - Sound Blaster 1.0 - 2.0
  53.            - Sound Blaster Pro (stereo)
  54.            - Pro Audio Spectrum+ (stereo)
  55.            - Pro Audio Spectrum 16 (16-bit, stereo)
  56.            (upcoming are SB 16 and Gravis Ultra Sound)
  57.         * Up to 32 simultaneous channels
  58.         * Plays MODs, STMs and many other formats
  59.         * Two operating modes for 8-bit cards:
  60.            - Fast mode
  61.            - Quality mode (better sound quality)
  62.         * Special 16-bit support, which means GREAT sound quality
  63.           on 16-bit cards
  64.         * Very extensive programming interface that lets YOU
  65.           decide what to do
  66.         * Modular structure means easier upgrades (e.g. new
  67.           sound cards)
  68.         * Printed manual (estimated size is about 70-80 A4-pages)
  69.         * Example programs
  70.         * Utilizes 386 instruction mix to reach maximum
  71.           performance, 286 NOT supported :-(
  72.         * Free 'Timer Service'-pack for easy timer handling
  73.         * Comes in 'C & Assembler' and 'Pascal' versions
  74.         * All C (or Pascal) source code is included for
  75.           recompiling or changing (yes, that means DMP too!)
  76.         * One FREE major upgrade
  77.  
  78.         And last but not the least:
  79.         * DSMI IS DEFINETELY THE FASTEST PLAYER ON EARTH!!
  80.  
  81.         Ok, now that I got you all drooling I have to tell you
  82.         that it's NOT READY... Well, the code is actually
  83.         in shape, but it's still in beta-test, and the manual
  84.         is only half ready. So you'll have to wait for about
  85.         three-four weeks... I'm really sorry for the delay.
  86.  
  87.         Do you still remember I mentioned the word 'commercial'
  88.         in the beginning? That means you have to pay me a
  89.         little money before you can have your own licence to
  90.         use DSMI. Yes, that's right, I'm selling licences, not
  91.         copies, which let you use DSMI in all your
  92.         NON-COMMERICAL products without restrictions, but if you
  93.         are planning to do a commerical product, you'll have to
  94.         contact me.
  95.  
  96.         I suppose you are all eager to hear the price of this
  97.         product... Let's say you can pay me whatever you like
  98.         as long as it is at least 270mk (or 70USD), but don't
  99.         send me any money yet, I'll inform you all when DSMI is
  100.         ready and for sale.
  101.  
  102.         If you have any questions, contact me at:
  103.  
  104.         Fido-net:       2:222/352.7
  105.         Internet:       c142092@cc.tut.fi
  106.         Mail:
  107.                         Otto Chrons
  108.                         Pyydyspolku 5
  109.                         SF-36200 KANGASALA
  110.                         FINLAND
  111.  
  112.         or you can call me 24 hours a day :-)
  113.  
  114.         Phone:          Finland : 931-185183
  115.                         Outside Finland : +358-31-185183
  116.  
  117.  
  118.   D S M I * D S M I * D S M I * D S M I * D S M I * D S M I * D S M I
  119.  
  120.