CSUMB 205 Multimedia in PYTHON  0.8.12
An easy-to-use wrapper module for the PIL module
simpleAudio.py
1 #!/usr/local/bin/python3
2 """
3 -------------------------------------------------------------------------------
4 SIMPLE AUDIO.PY
5 
6 AUTHOR(S): Peter Walker pwalker@csumb.edu
7 
8 PURPOSE- .
9 
10 CLASSES- .
11 -------------------------------------------------------------------------------
12 """
13 import wave
14 print("Not yet implemented...")