diff options
author | Barry Warsaw <barry@python.org> | 1998-11-18 00:27:14 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-11-18 00:27:14 (GMT) |
commit | f79b7e274cfd7466115cce88c586d603a430122b (patch) | |
tree | d577d611e33c9ec983fc7b35fe2e893f3763c445 /Tools | |
parent | e882b8a92e83aaf606e4c227e0ef0a61308c6e88 (diff) | |
download | cpython-f79b7e274cfd7466115cce88c586d603a430122b.zip cpython-f79b7e274cfd7466115cce88c586d603a430122b.tar.gz cpython-f79b7e274cfd7466115cce88c586d603a430122b.tar.bz2 |
Update
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/audiopy/audiopy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/audiopy/audiopy b/Tools/audiopy/audiopy index 726fa2e..1af1486 100755 --- a/Tools/audiopy/audiopy +++ b/Tools/audiopy/audiopy @@ -2,6 +2,9 @@ """Program to control the Solaris audio device. +Author: Barry Warsaw +Email: bwarsaw@python.org + When no arguments are given, this pops up a graphical window which lets you choose the audio input and output devices. |