Picard is the next generation MusicBrainz tagging application. This
new tagging concept is album oriented, as opposed to track/file
oriented like the ClassicTagger was.
from Amaury Gauthier (maintainer), with some tweaks
As it drags webkit as a dependency, subpackage it, and only build it on
archs where webkit builds.
Add a patch from upstream git repo to fix a bug.
Explicitely depend on taglib 1.5 for tagedit plugin while here.
looks good to jasper@
this was patched in Makefile.in in the past but a change that was made
to run autoconf has knocked this out. switch to patching Makefile.am
instead. from Brad; ok robert@ (maintainer)
speech recognition trainer and decoders (Sphinx-II, Sphinx-III, and
PocketSphinx), as well as some common utilities for manipulating
acoustic feature and audio files.
at the right place this time.
ok ajacoutot@
from Carnegie Mellon University. It includes both an acoustic trainer
and various decoders, i.e., text recognition, phoneme recognition,
N-best list generation, etc.
ok ajacoutot@
speech recognition trainer and decoders (Sphinx-II, Sphinx-III, and
PocketSphinx), as well as some common utilities for manipulating
acoustic feature and audio files.
tweaks and ok ajacoutot@
X-platform Music Multiplexing System 2 is a client-server audio player.
Client-server model allows XMMS2 to have various multiple (remote)
interfaces (as clients):
* Command line interfaces
* GTK clients (matching GNOME & Xfce4 look and feel)
* KDE clients (matching KDE look and feel)
It has a wide format support and can play over different media.
It comes with Medialib, a database-driven media library which stores
metadata about songs as they're played, so songs can be quickly recalled
and new playlists easily made. The media library can be easily queried
and managed using Collections.
from Amaury Gauthier (maintainer) with several tweaks by me