Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c96f38eb
Commit
c96f38eb
authored
Sep 15, 1991
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial revision
parent
9978a16c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
Demo/sgi/al/README
Demo/sgi/al/README
+14
-0
Demo/sgi/al/names.py
Demo/sgi/al/names.py
+13
-0
No files found.
Demo/sgi/al/README
0 → 100644
View file @
c96f38eb
This directory contains programs using the "al" interface, which gives
access to the most important parts of the SGI Audio Library for the
Indigo and 4D/35.
alwatch.py Watch changes in device settings
broadcast.py Broadcast audio using UDP packets
intercom.py 2-way communication with another host (uses fl)
playaiff.py Play an AIFF file (as output by recordaiff)
playback.py Play raw audio data read from stdin
playold.py Play an audio file recorded by the old 4D/25 audio
radio.py Listen to UDP packets sent by broadcast.py
rec_play.py Repeatedly record and play back a sample
record.py Record raw audio data to stdout
unicast.py Like broadcast but sends to one host
Demo/sgi/al/names.py
0 → 100755
View file @
c96f38eb
# My home directory/
GUIDO
=
'/ufs/guido/'
# Hack sys.path so AL can be found
LIB
=
GUIDO
+
'lib/python'
if
LIB
not
in
sys
.
path
:
sys
.
path
.
insert
(
0
,
LIB
)
# Python binary to be used on remote machine
PYTHON
=
GUIDO
+
'bin/sgi/python'
# Directory where the programs live
AUDIODIR
=
GUIDO
+
'src/python/demo/srg/al'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment