Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small corrections to comments that were cloned from aifc; moreover | Guido van Rossum | 1998-04-23 | 1 | -4/+3 |
| | | | | | | the description of setparams() was wrong. wave.py: Include the tag of an unknown format in the exception. | ||||
* | Get rid of access statement | Guido van Rossum | 1996-08-20 | 1 | -7/+7 |
| | |||||
* | Temporary fix for access statement. | Sjoerd Mullender | 1995-08-14 | 1 | -1/+3 |
| | | | | Definition of Error was missing. | ||||
* | wave.py: module to read and write .wav files with the same interface | Sjoerd Mullender | 1994-02-03 | 1 | -2/+2 |
| | | | | | as aifc.py and sunau.py. sunau.py: small change in comment (au -> sunau). | ||||
* | Use __builtin__ instead of builtin | Guido van Rossum | 1994-01-28 | 1 | -4/+4 |
| | |||||
* | aifc.py: framerate should be an int. | Sjoerd Mullender | 1994-01-28 | 1 | -1/+1 |
| | | | | | sunau.py: should convert number of frames correctly to number of bytes when reading. | ||||
* | Specified _framesize twice in access statement. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
| | |||||
* | aifc.py, sunau.py: Adapted comments; added access statements. | Sjoerd Mullender | 1993-12-20 | 1 | -20/+26 |
| | | | | SUNAUDIODEV.py: Added some constants for Solaris. | ||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -18/+14 |
| | | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments) | ||||
* | Don't close the file explicitly. | Sjoerd Mullender | 1993-12-16 | 1 | -2/+1 |
| | |||||
* | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 1 | -0/+471 |
use audioop module as backup for cl module when reading or writing u-law compressed files. sunau.py: interface with the same methods as aifc for Sun and NeXT audio files |