Exchange old aRts FFT code with the new FHT routine by franz (moved inside of amaroK). Please note that you need to _killall artsd_ after installation, to actually make aRts register the new plugin. Also, I just quickly hacked that stuff in for testing; code is still rough. Regarding the result: hmm it looks a bit strange doesn't it? Like the base frequencies are much too prominent? Maybe that's due to some bug in my code, tho..
Fix crossfading aRts module. The fading works _much_ smoother now. You won't hear any ugly volume jumps in the transition any more =) svn path=/trunk/kdeextragear-1/amarok/; revision=271978
* wasn't compiling with HEAD due to requiring artsmodules.h which apparently was removed recently * I removed the offending header and it still compiled for me, so am hoping this fix is ok (can't test to verify) svn path=/trunk/kdeextragear-1/amarok/; revision=269444
* add new arts module "Synth_STEREO_XFADE", which handles crossfading faster and nicer than before. important: you have to do "make install" to put the module in place. * fix crash when playing streams * some cleanups svn path=/trunk/kdeextragear-1/amarok/; revision=255633
- make it compile for me, unsermake is quite picky. - get rid of manual install uninstall targets and use todays Makefile.am wizardy - include mocs - remove some warnings svn path=/trunk/kdeextragear-1/amarok/; revision=250325