home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / GRAV_SDK / SDK16I13.ZIP / SDK16I13.TXT / text0000.txt < prev   
Encoding:
Text File  |  1995-03-04  |  4.2 KB  |  92 lines

  1. GUS Programmer's Digest     Tue, 24 Jan 95 12:49 PST     Volume 16: Issue  13 
  2.  
  3. Today's Topics:
  4.                         Stereo 16bit Playback
  5.  
  6. Standard Info:
  7.     - Meta-info about the GUS can be found at the end of the Digest.
  8.     - Before you ask a question, please READ THE FAQ.
  9.  
  10. ----------------------------------------------------------------------
  11.  
  12. Date: Tue, 24 Jan 95 17:21:06 GMT
  13. From: Rycharde Hawkes <rych@hagg.psy.ed.ac.uk>
  14. Subject: Stereo 16bit Playback
  15.  
  16. Ok, I've got another question.  I'm working with some .WAV files and have
  17. a player that can handle any combinations of Stereo/Mono, 8/16bits, Frequency
  18. except Stereo 16bit.  Stereo 8bit is fine, Mono 16bit is fine but not
  19. Stereo *and* 16bit.  I have very little information on the .WAV file format
  20. apart from a header definition.  It seems that 8 bit samples are signed
  21. and 16 bit samples are unsigned, is this right?  I assume it is
  22. because everything sounds fine to me.  The GUS *is* capable of stereo
  23. 16 bit playback isn't it?  So why does it sound like white noise?
  24.  
  25. I'm setting DMA_16 when I DMA it to the GUS and VC_DATA_TYPE on
  26. playback and I am using two voices for playback (i.e. software control
  27. method).  So what have I done wrong?  There has to be a simple answer to 
  28. this!
  29.  
  30. Rych
  31.  
  32. =====================================================================
  33. Rycharde Hawkes                   Virtual Environment Laboratory    
  34. email: rych@hagg.psy.ed.ac.uk           University of Edinburgh
  35. Tel  : +44 31 650 3426               Fax  : +44 31 650 6534
  36.  
  37.   "Rome wasn't built in a day, but if they'd just worked harder..."
  38. =====================================================================
  39.  
  40. ------------------------------
  41.  
  42. End of GUS Programmer's Digest V16 #13
  43. **************************************
  44.  
  45. To post to tomorrow's digest:                    <gus-sdk@mail.orst.edu>
  46. To (un)subscribe or get help:            <gus-sdk-request@mail.orst.edu>
  47. To contact a human (last resort):          <gus-sdk-owner@mail.orst.edu>
  48.  
  49.                        FTP Sites                     Archive Directories
  50.                        ---------                     -------------------
  51. Main N.American Site:  ftp.orst.edu                  pub/packages/gravis
  52.                        wuarchive.wustl.edu           systems/ibmpc/ultrasound
  53. Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
  54. Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
  55. Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
  56.                                                      /ultrasound/submit
  57. South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
  58. Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
  59. Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound
  60.  
  61. Mirrors:               garbo.uwasa.fi                mirror/ultrasound
  62.                        ftp.st.nepean.uws.edu.au      pc/ultrasound
  63.                        ftp.luth.se                   pub/msdos/ultrasound
  64.  
  65.                        Gopher Sites                  Menu directory
  66.                        ------------                  --------------
  67. Main Site:             src.doc.ic.ac.uk              packages/ultrasound
  68.  
  69.                        WWW Pages
  70.                        ---------
  71. Main Site:             http://www.cs.utah.edu/~debry/gus.html
  72.  
  73. Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
  74. Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
  75.                        http://ftp.mpx.com.au/archive/ultrasound/submit/
  76.                        http://ftp.mpx.com.au/gravis.html
  77.                        
  78. Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/
  79.  
  80. MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
  81.                                Email to <ftpmail@doc.ic.ac.uk>
  82.  
  83. New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
  84.                          with content "subscribe epas-list <your-name-here>"
  85.  
  86. Hints:
  87.       - Get the FAQ from the FTP sites or the request server.
  88.       - Mail to <gus-sdk-request@mail.orst.edu> for info about other GUS
  89.     related mailing lists (general use, musician's, etc.).
  90.  
  91.  
  92.