ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PDL-Audio/Changes
Revision: 1.4
Committed: Tue Dec 28 20:51:02 2004 UTC (19 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension PDL::Audio
2    
3     TODO: read_sound returns undef? how to return ints from pp_def subs?
4    
5 root 1.4 1.01 Tue Dec 28 21:50:20 CET 2004
6     - compile sndlib with -fPIC or equivalent.
7 root 1.1 - fixed some typoes, and many minor bugs
8     (thx to oesi).
9 root 1.2 - open soundcards in nonblocking mode when initializing,
10     avoiding blocks on lesser hardware.
11 root 1.3 - avoid in-place fftw as they are documented gto work but simply
12     barf.
13 root 1.1
14     1.0 Mon Jul 12 15:28:17 CEST 2004
15     - fixed _writesound (I never needed that).
16     - slightly improved filter_center.
17    
18     0.05 Mon May 15 05:56:54 CEST 2000
19     - removed PDL::Complex (it's now part of PDL)
20     - updated to use the new PDL::PP.
21    
22     0.04 Tue Dec 28 16:29:47 CET 1999
23     - many more filters (fft, src, granulate, convolve), many more
24     bugfixes, working accessors...
25     - remez fir filter design
26     - cut down on object size using GenericTypes. Hooo is it large!
27    
28     0.03 (private release)
29     - implemented many generators and filters, inspired by common lisp
30     music.
31    
32     0.02 Tue Dec 21 15:07:56 CET 1999
33     - added irix audio support and some more by Christian Soeller.
34     - removed that irix support again, in favour of sndlib ;)
35     - clm.c[ch] is distributed but not yet used (it is _large_!).
36    
37     0.01 Mon Dec 13 06:02:42 CET 1999
38     - original version; created by cp -rp
39