ecasound - frequently-asked-questions (FAQ)

Kai Vehmanen

190799

Table of Contents

1: Compiling

1.1: Errors when compiling audioio-af.cpp

2: Installing

2.1: Is installing Qt 2.0 going to break KDE and other apps using Qt 1.xx?

2.2: Does qtecasound require KDE to be installed?

3: Using

3.1: How do I use the parameter xxx?



    1: Compiling

    1.1: Errors when compiling audioio-af.cpp

    Upgrade your audiofile headers. At least 0.1.6 version of the library has duplicate extern "C" -wrappers in the file aupvlist.h. The result looks like this:

    --cut--
    In file included from audioio-af.cpp:28:
    /usr/local/include/audiofile.h:603: parse error before `}'
    make[3]: *** [audioio-af.o] Error 1 
    --cut--
    

    2: Installing

    2.1: Is installing Qt 2.0 going to break KDE and other apps using Qt 1.xx?

    You can install the Qt 2.0 runtime libs and still run apps using the older Qt versions (like KDE). If you compile KDE/Qt programs yourself, you can choose between Qt 1.x and 2.x by changing the symbolic link "libqt.so". If it points to libqt.so.1, the program is linked to 1.x libs and to 2.x libs if it points to libqt.so.2.

    And of course you can just use the text-mode version of ecasound. It can do most things that the X-version (qtecasound) can do.

    2.2: Does qtecasound require KDE to be installed?

    No. In addition to the Qt runtime libraries, qtecasound only requires the normal X libraries. In other words it should run under any window manager. And most likely it will also stay this way. I might do a KDE/some-other specific version, but I'd still support the generic version. After all, ecasound isn't actually aimed at the masses...

    3: Using

    3.1: How do I use the parameter xxx?

    The best place to start is the file examples.html. It can be found from examples.html (ecasound home page). Next you should check the ecasound(1) manual page. The latest version can also be found from ecasound_manpage.html. Finally, help given by the -h command line option is always up-to-date. If you still don't know what to do, mail me at kaiv@wakkanet.fi.