[Main Page/Index] [Examples] [FAQ] [Plans] [Man pages] [Design] [Use-cases] [ecasound home page]


ecasound documentation - frequently-asked-questions (FAQ)



Table of Contents

1: Compiling

1.1: Errors when compiling audioio-af.cpp

1.2: Errors when linking samplebuffer.o

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?

3.2: Ecasound isn't doing anything but it still seems to hog all CPU-time



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--

1.2: Errors when linking samplebuffer.o

If you get errors that look something like this...

--cut--
samplebuffer.o(.text+0x1bb): undefined reference to `SAMPLE_BUFFER::is_system_littleendian
--cut--

... you have a incompatible version of libstdc++. As ecasound uses many advanced features of standard C++, it requires libstdc++ 2.9.0 or newer.

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 www.wakkanet.fi/ecasound (ecasound home page). Next you should check the ecasound(1) manual page. The latest version can also be found from www.wakkanet.fi/ecasound. 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.

3.2: Ecasound isn't doing anything but it still seems to hog all CPU-time

You're probably running ecasound in raised-priority mode. It is turned on with the -r command line option or by specifying "default-to-raisepriority true" in your ~/.ecasoundrc.