VLevel News
Foobar2000 plugin!tcfelker - 2004-06-10 19:24 - VLevel
Windows users can now use VLevel in the form of a plugin for the popular Foobar2000 music player. I'd like to thank wore for getting the ball rolling and ssamadhi97 for writing a configuration GUI. To use the plugin, put foo_dsp_vlevel.dll in C:\Program Files\Foobar2000\components, run Foobar2000, and under Preferences... DSP Manager, add VLevel to the chain.
VLevel 0.5 released
tcfelker - 2003-06-24 12:34 - VLevel
VLevel 0.5 has been released. VLevel is a program that adjusts the volume of your music so it doesn't startle you. In this release, the LADSPA plugin has improved and the command line filter has become faster.
Performance improvements
tcfelker - 2003-05-12 14:55 - VLevel
VLevel 0.5, which should be available soon, will have improved IO performance and slightly faster math.
The performance problems with GCC 3.2 were caused by its slow iostream implementation, not floating point problems as I first thought. (Thanks, cachegrind!) I'm changing vlevel-bin to use FILE pointers instead of iostreams, which are much faster on my system.
VLevel 0.4 released, with LADSPA
tcfelker - 2003-05-07 19:26 - VLevel
VLevel 0.4 has been released. The big change is the LADSPA plugin. VLevel should work on most LADSPA hosts; it's been tested on XMMS LADSPA and Demolition. There is a delay when playing, but I don't see a way around this.
LADSPA Plugin written
tcfelker - 2003-05-04 21:09 - VLevel
I now have the LADSPA plugin written, which means VLevel can now be used as a plugin in XMMS or any other LADSPA host. The code is in CVS, and VLevel v0.4 will be out as soon as I do more extensive testing.
The next step: LADSPA
tcfelker - 2003-04-28 21:42 - VLevel
I was originally going to write an XMMS plugin and a front-end, but for now, the next step is a LADSPA plugin, which will allow VLevel to be used in XMMS, some command line tools, some audio editors, and any other LADSPA host.
Released v0.3
tcfelker - 2003-04-27 14:06 - VLevel
This release adds command line options (so it's now fully functional), more documentation and notes, and some minor changes to the algorithm and build process.
The next release will include a script that will use sox, oggdec/oggenc, flac, etc. to make it easy to convert files, instead of just filtering raw data.
Command-line arguments added
tcfelker - 2003-04-25 22:43 - VLevel
I added command-line argument processing, based my cool class that lets you extract arguments in a generic and C++ish way. No new release for a few days, but the changes are in CVS.
I'm thinking about changing vlevel to vlevel-bin and main.cpp to vlevel-bin.cpp to make room for a ruby script.