home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activetcltk / ActiveTcl8.3.4.1-8.win32-ix86.exe / ActiveTcl8.3.4.1-win32-ix86 / demos / Snack / tcl-demos.txt < prev    next >
Encoding:
Text File  |  2001-10-22  |  1.7 KB  |  78 lines

  1. Included Tcl demos
  2. --------------------------------------------------------------------------
  3.  
  4. widget.tcl
  5. The basic Snack demonstrator also used to launch several other demos.
  6.  
  7. record.tcl
  8. Recording program. Good starting point for custom recording tools.
  9.  
  10. wrap.tcl
  11. Utility that creates stand alone executables from Snack Tcl scripts.
  12.  
  13. tomAmp.tcl
  14. MP3 player with play-lists.
  15.  
  16. dbrec.tcl
  17. Script for recording prompted sentences.
  18.  
  19. mixer.tcl
  20. A multi-platform mixer application.
  21.  
  22. play.tcl
  23. The simplest file player.
  24.  
  25. aserver.tcl
  26. A minimal audio server.
  27.  
  28. rplay.tcl
  29. A play program which sends a sound file to one or several servers.
  30.  
  31. recrplay.tcl
  32. A simple recording program which sends data to an audio server.
  33.  
  34. snamp.tcl
  35. A very simple play list program.
  36.  
  37. cool.tcl
  38. A simple sound viewer which demonstrates how to link to disk files.
  39.  
  40. spectrum.tcl
  41. 16-channel spectrum analyzer.
  42.  
  43. levelmeter.tcl
  44. Two channel level meter.
  45.  
  46. mapChan.tcl
  47. Demo which shows how to map input channels to output channels.
  48.  
  49. fourChan.tcl
  50. Demo of four channel sound output with channel selection.
  51.  
  52. echo.tcl
  53. Demo of echo filter with interactive parameter modification.
  54.  
  55. compose.tcl
  56. Demo of a composed filter, a map filter in series with an echo filter.
  57.  
  58. formant.tcl
  59. Demo of a simple formant speech synthesizer built using Snack filters.
  60.  
  61. polarspec.tcl
  62. Polar spectrum plot of microphone input signal.
  63.  
  64. oggstream.tcl
  65. Demo that sends a live recorded Ogg/Vorbis stream to aserver.tcl
  66.  
  67. generator.tcl
  68. Simple real-time tone generator.
  69.  
  70. notescale.tcl
  71. Example of on-the-fly beep generation.
  72.  
  73. CSLwithAB.tcl
  74. Example on how to read CSL/NSP files with A and B data chunks.
  75.  
  76. pitch.tcl
  77. Draws pitch track of speech recorded from the microphone.
  78.