Penguin
Annotated edit history of ecawave(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ecawave
2 !!!ecawave
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 INTERFACE
7 FILES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 ecawave - audio file editor based on Qt and ecasound libraries
15 !!SYNOPSIS
16
17
18 __ecawave__ [[audio_file.ext]
19 !!DESCRIPTION
20
21
22 Ecawave is a simple graphical audio file editor. The
23 user-interface is based on Qt libraries, while almost all
24 audio functionality is taken directly from ecasound
25 libraries. As ecawave is designed for editing large audio
26 files, all processing is done direct-to-disk. Simple
27 waveform caching is used to speed-up file operations.
28 Ecawave supports all audio file formats and effect
29 algorithms provided by ecasound libraries. This includes
30 OSS, ALSA, aRts, over 20 file formats, over 30 effect types,
31 LADSPA plugins and multi-operator effect
32 presets.
33 !!INTERFACE
34
35
36 Ecawaves user-interface is designed to be intuitive to use.
37 There is no no hidden functionality. I guess you could call
38 this WYSIWYCD - what you see is what you can do. You should
39 be able to do most tasks using shortcut keys (CTRL + key
40 combinations).
41 !!FILES
42
43
44 ''~/.ecawaverc'' Ecawave user preferences.
45
46
47 ''~/.ecasoundrc'' Resource file used by libecasound. See
48 ecasoundrc(5) for more info.
49
50
51 If these files dont exist, they will be created using
52 default values.
53 !!SEE ALSO
54
55
56 ecawave users guide, ecasound (1)
57 !!AUTHOR
58
59
60 Kai Vehmanen,
61 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.