home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / audio / 3305 < prev    next >
Encoding:
Text File  |  1992-09-07  |  3.3 KB  |  76 lines

  1. Newsgroups: comp.sys.amiga.audio
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!ellis!dgc3
  3. From: dgc3@ellis.uchicago.edu (milovan djilas)
  4. Subject: Re: digitizing 30 minutes voice
  5. Message-ID: <1992Sep5.125424.14601@midway.uchicago.edu>
  6. Sender: news@uchinews.uchicago.edu (News System)
  7. Reply-To: dgc3@midway.uchicago.edu
  8. Organization: Parts of the University of Chicago
  9. References: <wuth.21k4@castrov.cuc.ab.ca> <1992Sep5.035711.13243@newshub.ariel.yorku.ca>
  10. Date: Sat, 5 Sep 1992 12:54:24 GMT
  11. Lines: 63
  12.  
  13. In article <1992Sep5.035711.13243@newshub.ariel.yorku.ca> cs902125@ariel.yorku.ca (SHUK C YIP) writes:
  14. >In article <wuth.21k4@castrov.cuc.ab.ca> wuth@castrov.cuc.ab.ca (Brett Wuth) writes:
  15. >>Hi, I have several cassette tapes of interviews with family relatives 
  16. >>before they died.  Because I want these recordings to be available for
  17. >>the generations to come, I would like to avoid degradation in quality
  18. >>by digitizing them.  I would like to get your recommendations on how
  19. >>to do this.
  20. >>
  21. >>Can you recommend, either public-domain or commercial:
  22. >>    * digitizing hardware to use
  23. >>    * digitizing software
  24. >>    * play-back software
  25. >>I would like to be able to digitize an entire side (30 min) in one
  26. >>operation.  Will this require recording straight to disk, or is
  27. >>my 7Meg of RAM sufficient?
  28. >
  29. >As far as I know, only Perfect Sound and AD1012 can record onto hard
  30. >drive directly. (30 mins about 100+ meg)
  31.  
  32. AudioMaster can record to disk, as well.  It uses (any?) 8-bit
  33. sampler.  There are at least three PD, mono 8-bit sampler schematics
  34. floating around, if you're handy with a soldering iron.  Any
  35. commercial product should work fine, as well (perhaps requiring the
  36. commercial software to run it).  A PD program called AGMSRecordSound
  37. can also drive the sampler.  For playback, I prefer OmniPlay,
  38. personally :-)
  39.  
  40. 8000 Hz should be fine for recording voice, since the vocal range
  41. rarely exceeds 4000 Hz.  At this rate, you could record 15 minutes in
  42. 7 MB of free RAM.  If you run nothing but an OS and the sampling
  43. software (thereby having almost 7 MB of *free* RAM), you should be
  44. able to get one side of the tape in two sweeps.  Otherwise, you  might
  45. be better off sampling to disk.  I'm not sure whether AGMS records to
  46. disk or not, but I'm sure someone here ( :-) could answer that.
  47.  
  48. (That assumes, of course, that you're not loading KS2.0 into half of
  49. one of those megs.  You can determine the number of minutes that can
  50. be recorded to N bytes of free RAM at R Hz (samples per second) as
  51. follows:
  52.  
  53. minutes = N/ (60*R)
  54.  
  55. Use 'avail' to find out the value of N at the moment you're prepared
  56. to record.)
  57.  
  58. Also, be aware that not all software makes intelligent use of free
  59. RAM.  Old Perfect Sound software halves the amount of free RAM
  60. available for recording because it requires a copy buffer as large as
  61. what could be sampled.  Not sure about newer PSounds.
  62.  
  63. The sampling rate could conceivably be lower; you can use Richard
  64. Horne's 'Spectrogram' program to find the highest frequency in any one
  65. disk file; by multiplying this highest frequency by two, you get the
  66. minumum sampling rate you should use to preserve dynamic range.  If
  67. everyone in your family has a low voice, you could get some extra
  68. minutes :-) ...
  69.  
  70. Hope this helps.
  71. --dgc
  72.  
  73. -- 
  74. dgc3@midway.uchicago.edu
  75. You usually don't want to know.
  76.