home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / developer / VoiceClass.README < prev    next >
Encoding:
Text File  |  1993-04-03  |  2.4 KB  |  52 lines

  1. Some Resources for 
  2. SEMINAR ON TOPICS IN COMPUTER ANALYSIS/SIMULATION
  3.  OF THE HUMAN VOICE, WITH EMPHASIS ON SINGING
  4.  
  5. This is the stuff that might be useful across platforms, mostly
  6. .tex files for the bibliographies, and .c code for some signal
  7. processing things.  The .c stuff has some NeXT dependent
  8. sound file handling things in it, so that must be changed to
  9. be useful on other machines.
  10.  
  11. The bibliographies are arranged by topic, and might look a 
  12. little strange as they are in TeX format.  You should be able 
  13. to read them, but if you want to print them out, you'll have
  14. to process them through tex or latex. 
  15.  
  16. The lectures topics are:
  17.  
  18. 1.    Lecture1    Vocal Tract Physiology and Acoustics
  19. 2.    Lecture2    Digital Signals, the Discrete Fourier Transform
  20. 3.    Lecture3    Time and Frequency Domain Voice Processing
  21. 4.    Lecture4    Digital Filters, Linear Predictive Coding of Voice
  22. 5.      Lecture5    FOF/VOSIM and Articulatory Models of Voice
  23. 6.      Lecture6    Deviations from the Steady State, Vibrato and Noise
  24. 7.    Lecture7    Issues in Solo and Choral Singing Synthesis
  25.  
  26. One goal of the course was to provide example software (with sources)  
  27. demonstrating each analysis/synthesis technique.  A brief list of software 
  28. follows.  Things in capital letters have graphical interfaces, they are 
  29. NeXTStep specific graphical interfaces, and aren't too useful on other 
  30. machines, so they aren't included in this directory.  Others are c programs 
  31. to be run from the shell, just type the name without any arguments, and you 
  32. should get a clue as the usage.  There should be an instruction file in most 
  33. of the c function folders to tell you how to use the programs.
  34.  
  35. CompEx    Demonstration of Compression/Expansion
  36. emphasize    one-pole preemphasis filter (use before lpc)
  37. fof        not really fofs, but instructive anyway
  38. FOFApp     Really FOFs, in real-time on the DSP (by Rick VanderKam)
  39. fitlpc    lpc analysis program
  40. lpcresynth    lpc resynthesis program
  41. makefloat    make a (mono) soundfile into floating point samples
  42. pv        phase vocoder program
  43. Quantizer    Demonstration of Linear Quantization
  44. Peeler    Displays LPC coefficients as Acoustic Tube shape
  45. RealPeel    Displays LPC coefficients as Acoustic Tube shapein real time
  46. LagLabl    Interactive display of Autocorrelation and Magnitude Difference
  47. srate_convert    sampling rate conversion routines
  48. timeshift    shifts time without shifting pitch
  49. unfloat     turns floating point samples back into soundfile
  50. VibratoDemo    Demonstration of Common vs. Individual Frequency Modulation
  51.  
  52.