home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / 17962 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.8 KB

  1. Path: sparky!uunet!think.com!ames!sgi!fido!prophet.esd.sgi.com!gints
  2. From: gints@prophet.esd.sgi.com (Gints Klimanis)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: A Question About Audio Files
  5. Date: 14 Dec 1992 02:18:32 GMT
  6. Organization: Silicon Graphics, Inc.
  7. Lines: 33
  8. Distribution: world
  9. Message-ID: <1ggqtoINNhef@fido.asd.sgi.com>
  10. References: <1gghnmINNcrd@tamsun.tamu.edu>
  11. NNTP-Posting-Host: prophet.esd.sgi.com
  12.  
  13. In article <1gghnmINNcrd@tamsun.tamu.edu>, n102ef@tamuts.tamu.edu (Ming
  14. Niu) writes:
  15. |> Hello!  I am using SGI Indigo to analyse
  16. |> various sound.   I know AIFF is a standard
  17. |> file format for an audio file.
  18. |> 
  19. |> From the standard audio file, how can I 
  20. |> get the amplitude of the sound within?
  21.  
  22. Hard to figure out your mission.  If you want to edit waveforms, try
  23. soundeditor from the 4.0.5E (probably a new letter H?, by now) release. 
  24. Soundeditor is a graphical waveform editing application.
  25.  
  26. |> After decoding, one should have a sequence
  27. |> of integers or floating points(I am not sure)
  28. |> which represent the amplitudes of the sound
  29. |> wave in a period of time.   If the sampling
  30. |> rate is 44.1KHz, that means there are 44,100
  31. |> integers or floating points.
  32.  
  33. If you intend to write your own processing utilities, you need the Audio
  34. File library, found in the Digital Media Develeper's package.  In
  35. /usr/people/4Dgifts/libaudiofile, you will find some code that
  36. reads/writes AIFF-C file header info and audio data from files.  
  37.  
  38. You may choose to read integers or floating point numbers from the file.
  39. The Audio File library will perform the necessary conversions upon
  40. proper configuration. 
  41.  
  42. If you are interested in the AIFF-C specification, ftp the file
  43. aiff-c.9.26.91.ps from directory sgi at ftp site sgi.com.
  44.  
  45. If you have any other questions, please post them to this newsgroup.
  46.