You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This commit includes an improved Preferences dialog for KMix. It also exposes some previously hidden options and features, some of which experimental (build-time option, off by default). It also includes some minor UI improvements. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> |
2 years ago | |
---|---|---|
admin@9fdc22134b | 2 years ago | |
akode_artsplugin | 4 years ago | |
arts | 3 years ago | |
audiofile_artsplugin | 4 years ago | |
doc | 3 years ago | |
juk | 3 years ago | |
kaboodle | 2 years ago | |
kappfinder-data | 5 years ago | |
kaudiocreator | 2 years ago | |
kmix | 2 years ago | |
krec | 4 years ago | |
kscd | 2 years ago | |
libkcddb | 4 years ago | |
mpeglib | 2 years ago | |
mpeglib_artsplug | 4 years ago | |
mpg123_artsplugin | 4 years ago | |
noatun | 3 years ago | |
oggvorbis_artsplugin | 4 years ago | |
tdefile-plugins | 3 years ago | |
tdeioslave | 3 years ago | |
tdemid | 2 years ago | |
translations/desktop_files | 3 years ago | |
xine_artsplugin | 4 years ago | |
.gitmodules | 4 years ago | |
AUTHORS | 15 years ago | |
CMakeL10n.txt | 3 years ago | |
CMakeLists.txt | 2 years ago | |
COPYING | 12 years ago | |
COPYING-DOCS | 15 years ago | |
ConfigureChecks.cmake | 4 years ago | |
INSTALL | 15 years ago | |
Mainpage.dox | 15 years ago | |
Makefile.am.in | 10 years ago | |
Makefile.cvs | 15 years ago | |
README | 7 years ago | |
config.h.cmake | 2 years ago | |
configure.in.bot | 13 years ago | |
configure.in.in | 10 years ago |
README
In this file: * What it is * Common Mistakes * Debugging * More Info What it is ---------- * noatun: a multimedia player for sound and movies, very extensible due to it's plugin interface * aktion: a player specialiced on movies, needs xanim * kaudiocreator: CD ripper and audio encoder frontend. * kaboodle: light media player * tdemid: A standalone and embeddable midi player, includes a karaoke-mode * tdemidi: midi player, can use sound patch files and create a WAV file * kmix: the audio mixer as a standalone program and Kicker applet * kscd: A CD player with an interface to the internet CDDB database * krec: A recording frontend using aRts The following are libraries and plugins that are building the core infrastructure of above applications: * arts: a versatily multimedia system the consists of various little building blocks that you (or an application) can combine in almost arbitrary ways to create sound and video processing pipes * tdefile-plugins: provide meta information about sound files * mpeglib: a library for MPEG 1 (layer I, II and III) encoded files * mpeglib_artsplug: wrapped mpeglib to make it aRts-aware * mpg123_artsplugin: a trimmed down mpg123 made aRts-compatible * oggvorbis_artsplugin: support for ogg-vorbis (not included) in aRts * xine_artsplugin: ?? * libkcddb: a library for retrieving and sending cddb information Common Mistakes --------------- If configure claims Qt cannot be found, have a look at http://www.trolltech.com to get a copy of latest Qt 3.3.x version. Debugging --------- You can use --enable-debug with the configure script, if you want to have debug code in your KDE apps and libs. If debugging is not a concern, --disable-debug will explicitly avoid compiling additional debugging functions. More Info --------- Have a look at the individual subdirectories, if you want to know, what versions of apps are included. Please direct any bug reports to our bug list by visiting http://bugs.trinitydesktop.org. General KDE discussions should go to the KDE mailing list (kde@kde.org).