Library Edition » History » Version 8
Mathieu Barthet, 2011-11-09 06:58 PM
1 | 1 | Mathieu Barthet | h1. Library Edition |
---|---|---|---|
2 | 1 | Mathieu Barthet | |
3 | 4 | Mathieu Barthet | Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation. The Library edition (release 1.9) provides adaptations for the use of Sonic Visualiser at the British Library and new features tailored for musicologists: |
4 | 2 | Mathieu Barthet | |
5 | 2 | Mathieu Barthet | - All of the features of the full Sonic Visualiser are provided, except that audio files cannot be saved from it (Kiosk Edition). |
6 | 3 | Mathieu Barthet | |
7 | 2 | Mathieu Barthet | - Two operating modes are available: |
8 | 2 | Mathieu Barthet | * minimal mode with an easy to use interface offering playback functionality exclusively (closed listening practice); |
9 | 2 | Mathieu Barthet | * full mode where visualisations (e.g. spectrograms) and audio feature extractions are possible (multimodal listening practice). |
10 | 1 | Mathieu Barthet | |
11 | 4 | Mathieu Barthet | - Session templates can be used to load/store the layout of the user interface (waveform, spectrogram, note onsets, etc.) and user parameters. |
12 | 4 | Mathieu Barthet | |
13 | 5 | Mathieu Barthet | - Pitch identification can be performed more easily by listening to the notes of the piano keyboard scale in the spectrum and melodic spectrogram representations. |
14 | 6 | Mathieu Barthet | |
15 | 6 | Mathieu Barthet | "Vamp plugins":http://vamp-plugins.org/ which are audio processing plugins that extract descriptive information from audio data can be used jointly with Sonic Visualiser. |
16 | 6 | Mathieu Barthet | |
17 | 6 | Mathieu Barthet | h3. How to Install Vamp plugins |
18 | 6 | Mathieu Barthet | |
19 | 6 | Mathieu Barthet | Vamp plugins can be downloaded "here":http://vamp-plugins.org/download.html . |
20 | 6 | Mathieu Barthet | |
21 | 6 | Mathieu Barthet | A Vamp plugin set consists of a single dynamic library file with DLL, .dylib, or .so extension (depending on your platform) plus optionally a category file with .cat extension and an RDF description file with .ttl or .n3 extension. |
22 | 6 | Mathieu Barthet | |
23 | 6 | Mathieu Barthet | To install a plugin set, just copy the plugin's library file and any supplied category or RDF files into your system or personal Vamp plugin location. |
24 | 6 | Mathieu Barthet | |
25 | 6 | Mathieu Barthet | The plugin file extension and the location to copy into depend on your platform: |
26 | 6 | Mathieu Barthet | |
27 | 6 | Mathieu Barthet | File extension System plugin folder Personal plugin folder |
28 | 6 | Mathieu Barthet | Linux or other Unix .so /usr/local/lib/vamp $HOME/vamp |
29 | 6 | Mathieu Barthet | OS/X .dylib /Library/Audio/Plug-Ins/Vamp $HOME/Library/Audio/Plug-Ins/Vamp |
30 | 6 | Mathieu Barthet | Windows (32-bit) .dll C:\Program Files\Vamp Plugins |
31 | 6 | Mathieu Barthet | Windows (64-bit) .dll C:\Program Files (x86)\Vamp Plugins |
32 | 6 | Mathieu Barthet | |
33 | 6 | Mathieu Barthet | You can alternatively set the VAMP_PATH environment variable to list the locations a host should look in for Vamp plugins. |
34 | 6 | Mathieu Barthet | |
35 | 6 | Mathieu Barthet | VAMP_PATH should contain a semicolon-separated (on Windows) or colon-separated (OS/X, Linux) list of paths. If it is set, it will completely override the standard locations listed above. |
36 | 7 | Mathieu Barthet | |
37 | 7 | Mathieu Barthet | h3. Documentation and Tutorials |
38 | 7 | Mathieu Barthet | |
39 | 8 | Mathieu Barthet | Documentation and tutorials can be found on the main site of "Sonic Visualiser":http://www.sonicvisualiser.org/documentation.html, and on that of the "Centre for the History and Analysis of Recorded Music (CHARM)":http://www.charm.kcl.ac.uk/analysing/p9_0_1.html . |