comparison README.md @ 2008:55d9bbf1fe45 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 14:05:41 +0100
parents abd3f881279c
children 12ff1b9ceeea
comparison
equal deleted inserted replaced
2007:246bdf94ef7b 2008:55d9bbf1fe45
1
2 Sonic Visualiser
3 ================
4
5 #### A program for viewing and analysing the contents of music audio files
6
7 ![Sonic Visualiser small screenshot](http://sonicvisualiser.org/images/sv-3.0-win-thumb.png)
8
9 * Home page and downloads: http://sonicvisualiser.org/
10 * Code project: https://code.soundsoftware.ac.uk/projects/sonic-visualiser
11
12 With Sonic Visualiser you can:
13
14 * Load audio files in various formats (WAV/AIFF, plus Ogg and mp3
15 if compiled in) and view their waveforms
16
17 * Look at audio visualisations such as spectrogram views, with
18 interactive adjustment of display parameters
19
20 * Annotate audio data by adding labelled time points and defining
21 segments, point values and curves
22
23 * Run feature-extraction plugins to calculate annotations
24 automatically, using algorithms such as beat trackers, pitch
25 detectors and so on (see http://vamp-plugins.org/)
26
27 * Import annotation data from various text formats and MIDI files
28
29 * Play back the original audio with synthesised annotations, taking
30 care to synchronise playback with the display position
31
32 * Slow down and speed up playback and loop segments of interest,
33 including seamless looping of complex non-contiguous areas
34
35 * Export annotations and audio selections to external files.
36
37 Sonic Visualiser can also be controlled remotely using the Open Sound
38 Control (OSC) protocol (if support is compiled in).
39
40
41 Credits
42 -------
43
44 Sonic Visualiser was developed at the Centre for Digital Music,
45 Queen Mary, University of London.
46
47 http://c4dm.eecs.qmul.ac.uk/
48
49 Sonic Visualiser was written by Chris Cannam with contributions from
50 Christian Landone, Mathieu Barthet, Dan Stowell, Jesus Corral Garcia,
51 Matthias Mauch, and Craig Sapp.
52
53 Code copyright 2005-2007 Chris Cannam and copyright 2006-2018 Queen
54 Mary, University of London, except where indicated in the individual
55 source files.
56
57 Russian translation provided by Alexandre Prokoudine, copyright
58 2006-2018 Alexandre Prokoudine.
59
60 Czech translation provided by Pavel Fric, copyright 2010-2018 Pavel
61 Fric.
62
63 This work was partially funded by the European Commission through the
64 SIMAC project IST-FP6-507142 and the EASAIER project IST-FP6-033902.
65
66 This work was partially funded by the Arts and Humanities Research
67 Council through its Research Centre for the History and Analysis of
68 Recorded Music (CHARM).
69
70 This work was partially funded by the Engineering and Physical
71 Sciences Research Council through the OMRAS2 project EP/E017614/1, the
72 Musicology for the Masses project EP/I001832/1, and the Sound Software
73 project EP/H043101/1.
74
75 Sonic Visualiser is free software; you can redistribute it and/or modify
76 it under the terms of the GNU General Public License as published by
77 the Free Software Foundation; either version 2 of the License, or (at
78 your option) any later version. See the file COPYING included with
79 this distribution for more information.
80
81 Sonic Visualiser may also make use of the following libraries:
82
83 * Qt5 -- Copyright The Qt Company, distributed under the LGPL
84 * JACK -- Copyright Paul Davis, Jack O'Quin et al, under the LGPL
85 * PortAudio -- Copyright Ross Bencina, Phil Burk et al, BSD license
86 * Ogg decoder -- Copyright CSIRO Australia, BSD license
87 * MAD mp3 decoder -- Copyright Underbit Technologies Inc, GPL
88 * libsamplerate -- Copyright Erik de Castro Lopo, BSD license
89 * libsndfile -- Copyright Erik de Castro Lopo, LGPL
90 * FFTW3 -- Copyright Matteo Frigo and MIT, GPL
91 * Rubber Band -- Copyright Particular Programs Ltd, GPL
92 * Vamp plugin SDK -- Copyright Chris Cannam and QMUL, BSD license
93 * LADSPA plugin SDK -- Copyright Richard Furse et al, LGPL
94 * RtMIDI -- Copyright Gary P. Scavone, BSD license
95 * Dataquay -- Copyright Particular Programs Ltd, BSD license
96 * Sord and Serd -- Copyright David Robillard, BSD license
97 * Redland -- Copyright Dave Beckett and the University of Bristol, LGPL/Apache license
98 * liblo OSC library -- Copyright Steve Harris, GPL
99 * Cap'n Proto -- Copyright Sandstorm Development Group, Inc, BSD license
100
101 (Some distributions of Sonic Visualiser may have one or more of these
102 libraries statically linked.) Many thanks to their authors.
103
104
105 Compiling Sonic Visualiser
106 --------------------------
107
108 If you are planning to compile Sonic Visualiser from source code,
109 please read the file INSTALL.txt.
110
111 * Linux and macOS CI build: [![Build Status](https://travis-ci.org/sonic-visualiser/sonic-visualiser.svg?branch=master)](https://travis-ci.org/sonic-visualiser/sonic-visualiser)
112 * Windows CI build: [![Build status](https://ci.appveyor.com/api/projects/status/26pygienkigw39p7?svg=true)](https://ci.appveyor.com/project/cannam/sonic-visualiser)
113
114
115 More information
116 ----------------
117
118 For more information about Sonic Visualiser, please go to
119
120 http://www.sonicvisualiser.org/
121