summaryrefslogtreecommitdiffstats
path: root/Modules/audioop.c
Commit message (Collapse)AuthorAgeFilesLines
* Added audioop.reverse() which reverses an audio sampleJack Jansen1993-02-231-0/+40
|
* This time really check in the new routines :-)Jack Jansen1993-02-171-26/+210
|
* Added lin2lin, findmax, findfactor and fintfit routinesJack Jansen1993-02-171-10/+51
|
* Fixed some memory leaks when things go wrong.Sjoerd Mullender1993-02-101-10/+10
|
* Changed adpcm routines to use 2-element state (was 3 element)Jack Jansen1993-02-101-4/+6
|
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
| | | | | | | | | | | * various modules: added 1993 to copyright. * thread.c: added copyright notice. * ceval.c: minor change to error message for "+" * stdwinmodule.c: check for error from wfetchcolor * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h) * Add declaration of inittab to import.h * sysmodule.c: added sys.builtin_module_names * xxmodule.c, xxobject.c: fix minor errors
* Fixed various bugs in the adpcm routinesJack Jansen1993-01-081-40/+71
|
* Added rms, maxpp and avgpp methods.Jack Jansen1992-08-241-0/+146
|
* Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what itGuido van Rossum1992-07-061-3/+192
| | | | really was).
* Added adpcm2lin and lin2adpcm.Guido van Rossum1992-06-231-0/+135
|
* Fix bug in ulaw2lin for 4-byte valuesGuido van Rossum1992-06-051-1/+1
|
* Added 1992 to copyright noticeGuido van Rossum1992-06-031-1/+1
|
* Initial revisionGuido van Rossum1992-06-011-0/+574