blob: a781a8c697f1052f19ba554f482e0ae47d5e1887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
This is a sound recorder for KDE
--------------------------------
Not very powerful. It can just record and playback wav-files, nothing
else. Can handle multiple files, you can drop files to it, it can
handle large sound files without problems.
compile
-------
Check out the INSTALL file for build instructions.
If you run in trouble make sure you have set the QTDIR and KDEDIR
environment variables, like this:
$ export QTDIR=/usr/lib/qt3
$ export KDEDIR=/opt/kde3
Of course you have to adopt the values to match the installation paths
on your system ...
usage
-----
Have a look at the index.html file.
Have fun,
Gerd
--
Gerd Knorr <kraxel@bytesex.org>
|