Aqualung: Music Player for GNU/Linux
http://aqualung.sf.net
Release 0.9beta5
It is our greatest pleasure to announce the fifth official beta
release of Aqualung. Some features you'd rarely stumble upon in
other players (at least not too many of them at once):
* Gapless playback (designed for this from the ground up)
* High quality decoders (eg. libMAD for mp3), many supported formats
* High-quality sample rate conversion support via libsamplerate
* LADSPA support
* Music Store for organizing your music
* And much, much more...
We hope you will enjoy this release. The release ChangeLog follows below.
2006-06-30 Tom Szilagyi <tszilagyi at users dot sourceforge dot net>
* Aqualung 0.9beta5
http://aqualung.sf.net
This is a new milestone release after 17 months of silent
development. Large parts of the program have been rewritten,
refactored, fixed, etc. A multitude of new features have been
added to the software, which now weighs into Open Source with
about 30,000 lines of GPL'ed source code, all written by a handful
of free-time developers (no, you won't need your whole hand).
It won't make too much sense to precisely list every change made
to the sources during this period - the list would be prohibitively
lengthy. For the curious, the mailing list archive is recommended.
The most important, high-level changes are summarized below.
* Group CDs in the Playlist via "Album mode". Shuffle between
records but play their contents in order!
* Statusbars in Playlist and Music Store display statistics and
other data.
* Multiple Music Stores are supported - useful for separate
genres, file formats or for music mounted from different file
servers via NFS.
* CDDB support!
* iFP driver support for integrating with iRiver HW players!
* Completely reworked Settings dialog, the new control center!
* Embed Playlist into Main window for a more compact look!
* Search facility for Music Store and Playlist.
* Add support for Musepack (via libmpcdec), Monkey's Audio, Ogg Speex.
* Rudimentary album art (cover display) support.
* RVA-related work, improved metadata support.
* Fixed a boatload of bugs concerning cyrillic filenames, etc.
* MP3 improvements (file recognition, clipping, seeking...)
* Better fault tolerance in Ogg Vorbis decoder.
* Various GUI fixes, new command line options, etc, etc.
* Improved build system for skins, icons, etc.
* New skins (Ocean, Plain), new Logo (see About box)! ;-)
* Better RT behaviour with Jack output.
* Compiles and runs on AMD64 (thanks to Mark Knecht for testing)!
Hi peeps.
I've been writing an app that requires volume envelopes. I've
implemented the envelope part myself, but I was wondering if there
was a library about to do it.
I ask because I realised that probably everyone on this list has
written something that uses envelopes, and probably written it
better and with more features than I have.
More generally, is there a library/toolkit of audio bits and bobs
about?
James
Thanks for clarifying the licensing issues. I think I knew that at some point.
What are the odds of changing the FST license to GPL-with-exceptions?
> what parts of the full 2.0 spec are you thinking about?
Ack. You got me; I don't know enough about the spec to have an answer. But
Kontakt doesn't save it's state when asked nicely by any linux VST host I'm
aware of. I'll start by trying to fix that.
> > There doesn't seem to be any tutorial-type documentation reguarding VST.
> there isn't. the vst-plugins mailing list is full of people endlessly
> seeking clarification of different aspects of the API. nobody has
> definitive answers.
I had feared this. To make matters worse, I've not done any serious audio
development before. Bits in, bits out, though, isn't it? :)
-Forest