Share

WaoN

File Release Notes and Changelog

Release Name: 0.8

Notes:
pv:
 -rate and -pitch can work together.

gWaoN:
 add pitch-shift scale.


Changes: 2007-03-10 Kengo Ichiki <ichiki@tpr60> * Release 0.8. * gwaon-wav.c: 1.12 2007/03/11 01:35:53 kichiki Exp (create_wav): correct the initial value for pitch-shift to 0. * gwaon-wav.c: 1.11 2007/03/11 01:25:23 kichiki Exp (create_wav): add another scale widget for pitch-shifting. * gwaon-play.c: 1.4 2007/03/11 01:18:27 kichiki Exp update for new pv-complex.c. * pv.c: 1.10 2007/03/11 01:13:22 kichiki Exp now we can give both -rate and -pitch at the same time. * pv-complex.h: 1.7 2007/03/11 01:16:25 kichiki Exp * pv-complex.c: 1.10 2007/03/11 01:15:13 kichiki Exp * pv-loose-lock.h: 1.4 2007/03/11 01:07:15 kichiki Exp * pv-loose-lock.c: 1.8 2007/03/11 01:06:36 kichiki Exp * pv-ellis.h: 1.3 2007/03/11 01:04:58 kichiki Exp * pv-ellis.c: 1.7 2007/03/11 01:04:21 kichiki Exp * pv-conventional.h: 1.6 2007/03/11 00:56:39 kichiki Exp * pv-conventional.c: 1.9 2007/03/11 00:55:50 kichiki Exp introducing three independent parameters hop_syn for synthesize, hop_ana for analyse, and hop_res for resample, now we can give both -rate and -pitch at the same time. * snd.c: 1.3 2007/03/10 20:52:35 kichiki Exp * pv.c: 1.9 2007/03/10 20:52:35 kichiki Exp * pv-loose-lock.c: 1.7 2007/03/10 20:52:35 kichiki Exp * pv-freq.c: 1.6 2007/03/10 20:52:35 kichiki Exp * pv-ellis.c: 1.6 2007/03/10 20:52:35 kichiki Exp * pv-conventional.c: 1.8 2007/03/10 20:52:35 kichiki Exp * pv-complex.c: 1.9 2007/03/10 20:52:35 kichiki Exp * main.c: 1.8 2007/03/10 20:52:34 kichiki Exp * hc.c: 1.6 2007/03/10 20:52:34 kichiki Exp * gwaon-wav.c: 1.10 2007/03/10 20:52:34 kichiki Exp * fft.c: 1.8 2007/03/10 20:52:34 kichiki Exp * analyse.c: 1.7 2007/03/10 20:52:34 kichiki Exp add malloc-check. * gwaon-menu.c: 1.2 2007/03/10 20:42:17 kichiki Exp house-keeping. * gtk-color.c: 1.2 2007/03/10 20:40:31 kichiki Exp (get_color): using not the pointer but GdkColor itself. * ao-wrapper.c: 1.2 2007/03/10 20:37:21 kichiki Exp (ao_write): calloc() causes the problem. use plain malloc() instead. * memory-check.h: 1.1 2007/03/10 20:34:38 kichiki Exp added for the check of malloc().