Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small corrections to comments that were cloned from aifc; moreover | Guido van Rossum | 1998-04-23 | 1 | -1/+1 |
| | | | | | | the description of setparams() was wrong. wave.py: Include the tag of an unknown format in the exception. | ||||
* | Use newer struct, which handles unsigned long right | Guido van Rossum | 1997-01-11 | 1 | -3/+1 |
| | |||||
* | Rewrote _{read,write}_{short,long} to use the newly revamped struct | Guido van Rossum | 1996-12-31 | 1 | -37/+44 |
| | | | | | | module. (Small problem: struct.pack() won't deal with the Python long ints returned by struct.unpack() for the 'L' format. Worked around that for now.) | ||||
* | Get rid of access statement | Guido van Rossum | 1996-08-20 | 1 | -9/+9 |
| | |||||
* | temporarily disabled the access statements | Guido van Rossum | 1995-08-10 | 1 | -4/+4 |
| | |||||
* | Ignore empty markers. | Sjoerd Mullender | 1994-10-03 | 1 | -1/+5 |
| | |||||
* | audiodev.py: Mac port. | Guido van Rossum | 1994-09-16 | 1 | -2/+2 |
| | | | | | Audio_mac.py: Mac specific class for audiodev.py. aifc.py: open files for reading/writing in binary mode ('rb', 'wb'). | ||||
* | Added support for ADPCM compression. | Sjoerd Mullender | 1994-09-06 | 1 | -6/+47 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+4 |
| | |||||
* | Use __builtin__ instead of builtin | Guido van Rossum | 1994-01-28 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Removed now useless convert functions. | Sjoerd Mullender | 1994-01-06 | 1 | -12/+0 |
| | |||||
* | Removed silly dependence on AL module. | Sjoerd Mullender | 1994-01-06 | 1 | -54/+31 |
| | |||||
* | aifc.py, sunau.py: Adapted comments; added access statements. | Sjoerd Mullender | 1993-12-20 | 1 | -8/+18 |
| | | | | SUNAUDIODEV.py: Added some constants for Solaris. | ||||
* | * aifc.py (Aifc_write): fix bogus reference to filename | Guido van Rossum | 1993-12-17 | 1 | -0/+3 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -22/+18 |
| | | | | | | | 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. | Sjoerd Mullender | 1993-12-16 | 1 | -8/+7 |
| | |||||
* | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 1 | -47/+98 |
| | | | | | | | 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 | ||||
* | Fixed dealing with faulty COMM chunks. | Sjoerd Mullender | 1993-08-26 | 1 | -3/+3 |
| | |||||
* | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 1 | -5/+14 |
| | | | | | | | * calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead! | ||||
* | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 1 | -13/+18 |
| | | | | | * ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written | ||||
* | * toaiff.py: import whatsound instead of sndhdr | Guido van Rossum | 1993-06-01 | 1 | -0/+1 |
| | | | | | | * sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC * ftplib.py: added close() (closes without sending QUIT command) * aifc.py: documented close() | ||||
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -3/+3 |
| | | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found | ||||
* | AWARE.py: New file with definitions for Aware Inc.'s compression | Sjoerd Mullender | 1993-02-05 | 1 | -4/+6 |
| | | | | | algorithms in cl module. aifc.py: fixed a small bug. | ||||
* | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 1 | -17/+22 |
| | | | | aifc.py: Several small improvements. Use new methods from CL module. | ||||
* | added kludge for buggy soundfiler from SGI; when reading 0 frames, | Sjoerd Mullender | 1993-01-29 | 1 | -1/+12 |
| | | | | | just set file pointer correctly instead of returning the complete file. | ||||
* | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
| | | | | | data. Pass an extra parameter to the compression library. | ||||
* | Found and fixed a few bugs in the handling of audio files with MARKs. | Sjoerd Mullender | 1993-01-22 | 1 | -12/+8 |
| | |||||
* | New module aifc to read and write AIFF-C and AIFF files. See | Sjoerd Mullender | 1993-01-22 | 1 | -0/+912 |
(extensive) comments in the file for usage. |