File: README

package info (click to toggle)
python 1.5.2-10potato11
  • links: PTS
  • area: main
  • in suites: potato
  • size: 13,340 kB
  • ctags: 36,680
  • sloc: ansic: 97,117; python: 88,266; makefile: 2,518; lisp: 2,363; sh: 882
file content (19 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Three programs that provide a user interface based upon STDWIN to the
audio device of the SGI 4D/25.  These scripts also demonstrate the power
of a set of window interface classes implemented in Python that simplify
the construction of all sorts of buttons, etc.

XXX This hardware is already obsolete; see ../al for examples of audio
XXX on the Indigo and 4D/35.

jukebox		Browses a directory full of sound samples and lets you
		play selected ones.  (Probably not fully functional, it
		requires a conversion program.)

rec		A tape recorder that lets you record a sound sample,
		play it back, and save it to a file.  Various options to
		set sampling rate, volume etc.  When idle it doubles
		as a VU meter.

vumeter		A VU meter that displays a history of the volume of
		sound recently sampled from the microphone.