home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8324 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.5 KB

  1. Path: sparky!uunet!ukma!bogus.sura.net!howland.reston.ans.net!spool.mu.edu!agate!usenet
  2. From: izumi@pinoko.berkeley.edu (Izumi Ohzawa)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: <Help: DSP Assembler> How to access D/A converter?
  5. Date: 28 Jan 1993 01:50:41 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 29
  8. Distribution: world
  9. Message-ID: <1k7e5h$gv9@agate.berkeley.edu>
  10. References: <2B6728CE.6A0E@deneva.sdd.trw.com>
  11. Reply-To: izumi@pinoko.berkeley.edu
  12. NNTP-Posting-Host: moica.berkeley.edu
  13.  
  14. In article <2B6728CE.6A0E@deneva.sdd.trw.com> kieffer@spf.trw.com (Robert Kieffer) writes:
  15. Hi folks,
  16. >
  17. >Does anyone have experience with accessing the D/A converters from within  
  18. >a DSP assembly program?
  19. >
  20. >Basically, I'm writting a DSP assembly program to pipe a sine wave to the  
  21. >speakers but I don't have any idea how to access the D/A converters.
  22.  
  23.  
  24. D/A converters have no direct connection from the DSP chip, in the
  25. way DSP program can access the D/A hardware.
  26. It is the sounddriver that keeps the D/A sample stream filled up.
  27.  
  28. It is possible to set up DMA streams out of DSP and then to the D/A.
  29. A very good example code is in JeanLarouche collection of examples
  30. particularly DigEars example.  Which gets sound data from DigitalEars
  31. and play it through D/A.
  32.  
  33. Get JeanLarouche.tar.Z file from ccrma-ftp.stanford.edu in pub dir.
  34.  
  35.  
  36.  
  37.  
  38. --
  39. Izumi Ohzawa             [ $@Bg_78^=;(J ]
  40. USMail: University of California, 360 Minor Hall, Berkeley, CA 94720
  41. Telephone: (510) 642-6440     Fax:  (510) 642-3323
  42. Internet: izumi@pinoko.berkeley.edu (NeXTMail OK)
  43.