ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PDL-Audio/Changes
Revision: 1.7
Committed: Wed Apr 18 08:28:18 2012 UTC (12 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-1_2, HEAD
Changes since 1.6: +8 -0 lines
Log Message:
1.2

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.7 1.2 Wed Apr 18 10:24:11 CEST 2012
6     - update sndlib/config.guess and config.sub, recreated configure.
7     - birds now uses PGPLOT only when USE_PGPLOT=1 is set in the
8     environment.
9     - created and installed bin/pdlaudio-demo and pdlaudio-birds.
10     - make clean makes clean in sndlib as well.
11     - embellished the intiial gen_oscill example a bit.
12    
13 root 1.6 1.1 Tue Nov 8 19:48:00 CET 2005
14     - fix raudio/waudio/describe_audio to use the same logical
15     layout for samples and to work correctly for stereo audio
16     (reported by Bob MacCallum).
17    
18 root 1.5 1.011 Thu Mar 3 18:00:52 CET 2005
19     - change of contact address.
20     - improved README.
21    
22 root 1.4 1.01 Tue Dec 28 21:50:20 CET 2004
23     - compile sndlib with -fPIC or equivalent.
24 root 1.1 - fixed some typoes, and many minor bugs
25     (thx to oesi).
26 root 1.2 - open soundcards in nonblocking mode when initializing,
27     avoiding blocks on lesser hardware.
28 root 1.3 - avoid in-place fftw as they are documented gto work but simply
29     barf.
30 root 1.1
31     1.0 Mon Jul 12 15:28:17 CEST 2004
32     - fixed _writesound (I never needed that).
33     - slightly improved filter_center.
34    
35     0.05 Mon May 15 05:56:54 CEST 2000
36     - removed PDL::Complex (it's now part of PDL)
37     - updated to use the new PDL::PP.
38    
39     0.04 Tue Dec 28 16:29:47 CET 1999
40     - many more filters (fft, src, granulate, convolve), many more
41     bugfixes, working accessors...
42     - remez fir filter design
43     - cut down on object size using GenericTypes. Hooo is it large!
44    
45     0.03 (private release)
46     - implemented many generators and filters, inspired by common lisp
47     music.
48    
49     0.02 Tue Dec 21 15:07:56 CET 1999
50     - added irix audio support and some more by Christian Soeller.
51     - removed that irix support again, in favour of sndlib ;)
52     - clm.c[ch] is distributed but not yet used (it is _large_!).
53    
54     0.01 Mon Dec 13 06:02:42 CET 1999
55     - original version; created by cp -rp
56