root/sweep/branches/sweep-jack-testing/README

Revision 505, 4.5 kB (checked in by kickback, 5 years ago)

sweep-jack-testing: sync with trunk

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 SWEEP, a sound wave editor, brought to you by Conrad Parker
3 -----------------------------------------------------------
4
5 Sweep is an audio editor and live playback tool for GNU/Linux, BSD and
6 compatible systems. It supports many music and voice formats including
7 WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and
8 LADSPA effects plugins. Inside lives a pesky little virtual stylus called
9 Scrubby who enjoys mixing around in your files.
10
11 Sweep is designed to be intuitive and to give you full control. It includes
12 almost everything you would expect in a sound editor, and then some:
13
14         * precise, vinyl like scrubbing
15         * looped, reverse, and pitch-controlled playback
16         * playback mixing of unlimited independent tracks
17         * monitoring support for use with multiple audio devices
18         * looped and reverse recording
19         * internationalisation
20         * multichannel and 32 bit floating point file support
21         * Ogg Vorbis, MP3 and Speex compressed formats
22         * sample rate conversion and channel operations
23         * LADSPA 1.1 effects support
24         * multiple views, discontinuous selections
25         * easy keybindings, mouse wheel zooming
26         * unlimited undo/redo with fully revertible edit history
27         * multithreaded background processing
28         * shaded peak/mean waveform rendering, multiple colour schemes
29
30
31 Summary of library dependencies:
32 --------------------------------
33
34 REQUIRED:
35
36         * GTK+ 2.0, (version 2.4.0 or higher) standard in most
37           distributions and available from:
38
39             http://www.gtk.org/
40
41         * libsndfile-1.0.x, available from:
42
43             http://www.zip.com.au/~erikd/libsndfile/
44
45         * Secret Rabbit Code, aka. libsamplerate, available from:
46
47             http://www.mega-nerd.com/SRC/
48        
49 OPTIONAL:
50
51         * Ogg Vorbis libraries (high quality perceptual audio format):
52
53             http://www.vorbis.com/
54
55         * libmad (MPEG audio loading), available from:
56
57             http://www.underbit.com/products/mad/       
58        
59         * Speex library (an open speech compression format):
60
61             http://www.speex.org/
62
63 See the file INSTALL for building instructions. Generally all that is
64 required, after the above libraries have been installed, is:
65
66         ./configure
67         make
68         make install
69
70 If you are not sure what you need, simply run ./configure and it will probe
71 your system and provide a reasonably useful summary.
72
73 For information on enabling and disabling optional components, run
74 ./configure --help
75
76 Homepage
77 --------
78
79 Detailed information and new releases of Sweep can be found at:
80
81         http://sweep.sourceforge.net/
82
83 Mailing Lists
84 -------------
85
86 There are four mailing lists related to sweep:
87
88 sweep-announce
89         which contains only announcements about new releases of sweep.
90 This is a moderated list.
91
92 sweep-users
93         For general discussion about using sweep
94
95 sweep-devel
96         For discussion about sweep development related issues.
97
98 sweep-i18n
99         For discussion of language translation issues.
100
101 Archives of each list are available on the World Wide Web via the
102 Sweep homepage. You can also subscribe or unsubscribe via a web
103 interface.
104
105 For more information about using these lists or to subscribe or
106 unsubscribe via an email interface, send a message with just the word
107 `help' as subject or in the body, to:
108
109         sweep-announce-request@lists.sourceforge.net
110   or
111         sweep-users-request@lists.sourceforge.net
112   or
113         sweep-devel-request@lists.sourceforge.net
114   or
115         sweep-i18n-request@lists.sourceforge.net
116
117 as appropriate.
118
119 Internet Relay Chat
120 -------------------
121
122 For usage and developer discussion, join the channel #sweep on
123 irc.freenode.net (established 2005).
124
125 Licence
126 -------
127
128 This program is free software; you can redistribute it and/or modify
129 it under the terms of the GNU General Public License as published by
130 the Free Software Foundation; either version 2 of the License, or
131 (at your option) any later version.
132
133 This program is distributed in the hope that it will be useful,
134 but WITHOUT ANY WARRANTY; without even the implied warranty of
135 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
136 GNU General Public License for more details.
137
138 You should have received a copy of the GNU General Public License
139 along with this program; if not, write to the Free Software
140 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
141 USA.
142
143 Acknowledgements
144 ----------------
145
146 Thanks to Pixar Animation Studios and CSIRO Australia for supporting
147 the development of this project.
148
149 Contact
150 -------
151
152 If you have any further queries about Sweep, please contact the main
153 author:
154
155 Conrad Parker <conrad@vergenet.net>
Note: See TracBrowser for help on using the browser.