home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / audio / 3076 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.sys.amiga.audio
  2. Path: sparky!uunet!utcsri!torn!cunews!ags
  3. From: ags@scs.carleton.ca (Alexander G. M. Smith)
  4. Subject: Re: DSS-8 by GVP -- Questions
  5. Message-ID: <1992Aug12.221559.21089@cunews.carleton.ca>
  6. Sender: news@cunews.carleton.ca (News Administrator)
  7. Organization: School of Computer Science, Carleton University, Ottawa, Canada
  8. References: <1992Aug9.022054.27571@uwm.edu> <doug.03r6@dsij.uucp> <1992Aug10.224900.27564@midway.uchicago.edu>
  9. Date: Wed, 12 Aug 1992 22:15:59 GMT
  10. Lines: 21
  11.  
  12. In article <1992Aug10.224900.27564@midway.uchicago.edu> dgc3@midway.uchicago.edu writes:
  13. >In article <doug.03r6@dsij.uucp> doug@dsij.uucp (Doug Johnson) writes:
  14. >>>  3)  How many seconds of audio can be digitized at once?
  15. >>  Depends on the amount of ram in your computer, the sampling rate, and
  16. >>whether the software limits samples to chip ram or not. Just divide the
  17. >>total amount of usable ram by the sampling rate.
  18. >> E.g.
  19. >> (1 000 000 bytes) / (10 000 samp/sec) = (100 secs.)
  20. >
  21. >Not always.  Generally,
  22. >
  23. >(time sec) = (avail_mem bytes) / (rate samp/sec)
  24.  
  25. Since there are all these questions about digitizing, and nobody else
  26. mentioned it :-), it's time for a plug: if you want to do really long
  27. samples (up to all the free space on your hard drive in size) and don't
  28. mind scratchy mono sound, you can use AGMSRecordSound to digitize sound
  29. samples to a file rather than to memory.  Scratchiness is reduced if you
  30. have a faster processor.  Available at better FTP sites :-). 
  31.  
  32. - Alex
  33.