-
Notifications
You must be signed in to change notification settings - Fork 9
/
doc_content.html
61 lines (54 loc) · 3.23 KB
/
doc_content.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<small>(On OSX, control key (Ctrl) is the Command key (⌘))</small>
<h4>Files</h4>
<ul>
<li>Ctrl+o : Open file(s)</li>
<li>Ctrl+w : Close the selected file(s)</li>
<li>Ctrl+r : Reload the selected file(s)</li>
<li>Ctrl+d : Duplicate the selected file(s)</li>
<li>Ctrl+s : Save the selected file(s)</li>
<li>SDIF files can be followed by a selector:<br/><filename>[::[#stream][:frame][/matrix][.column]</li>
</ul>
<h4>Views: zoom and scrolling</h4>
<ul>
<li>Mouse wheel : Zoom in and out.</li>
<li>Shift + Hold right-click + Mouse move: Zoom on x,y-axis according to the mouse move, while keeping the coordinate pointed fixed.</li>
<li>Shift + Wheel : Scroll the view in the waveform and spectrogram views.</li>
<li>'s' key : Zoom on the current selection.</li>
</ul>
<h4>Selection</h4>
<ul>
<li>Hold left-click + Mouse move: Create a selection.</li>
<li>Ctrl + Hold left-click + Mouse move: Scroll the selection.</li>
<li>In Waveform view: Ctrl + Hold right-click + Mouse move: Stretch the selection from its center.</li>
<li>In Phase view or Group Delay view: Hold both Ctrl,Shift and Left-click + Mouse move: Scroll the selection of the waveform.</li>
<li>Escape key : Clear any selection.</li>
</ul>
<h4>Playback</h4>
<ul>
<li>Space : Play the current selection of the selected file (or the whole file if there is no selection).</li>
<li>Shift + Space : Play the selected file while filtering the sound according to the spectral selection.</li>
<li>Escape key : Reset any filtering effects.</li>
<li>If no selection, put the play cursor at the beginning.</li>
</ul>
<h4>Labels edition</h4>
<ul>
<li>Add a label: In Edit mode, simply place the mouse cursor at the time instant where you want to add a label and write (no need to click, select, or anything else).</li>
<li>Edit the text of a label: In Edit mode, click in the box of the label you want to edit.</li>
<li>Move a label: Drag the label you want to move by holding its vertical line with the left mouse button.</li>
<li>Move all labels: Hold Ctrl press left mouse button outside of any specific label and move mouse.</li>
<li>Delete a label: Hold the vertical line of the label you want to delete (as if you wanted to move it) and press the delete key.</li>
</ul>
<h4>Waveform edition: Gain modification and alignment, delay modification</h4>
<ul>
<li>Grab the waveform wherever and move the mouse up or down to increase or decrease the gain (works also in the amplitude spectrum view).</li>
<li>Ctrl+g on a sound file to align it to -24dB (the -24dB reference can be changed in the settings).</li>
<li>Maintain Ctrl, grab the waveform wherever and move the mouse left or right to delay the waveform.</li>
<li>Grab the phase spectrum or group-delay and move it for delaying the waveform.</li>
</ul>
<h4>Estimation</h4>
<ul>
<li>Ctrl+f on a sound file for estimating its fundamental frequency (F0). Make a selection in frequency for limiting the range of possible F0 (thus, overriding the default range sets in this setting panel).</li>
<li>Ctrl+f on a F0 file for re-estimating it. Make a time selection for limiting the update to the selection.</li>
<li>Ctrl+Shift+f force the F0 (re-)estimation disregarding any voice/unvoice decision.</li>
<li>Ctrl+v on a F0 file for extracting the voiced segments in a label file.</li>
</ul>