]> Shamusworld >> Repos - ardour-manual/commitdiff
Initial documentation for ACE Inline Spectrogram
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Wed, 14 Sep 2022 01:29:14 +0000 (04:29 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:17:57 +0000 (09:17 -0600)
include/bundled-plugins-inline-scopes.html

index 23673c71ed7ebd5440d65751cd8b7ed9b594a260..e02e335626bee3006ae761e8d5aef22a3c5ae260 100644 (file)
@@ -1,8 +1,8 @@
 <h2 id="ace-inline-scope">ACE Inline Scope</h2>
 
 <p>
-  This inline scope displays the waveform of audio being played in the track.
-  The waveform moves downwards.
+  This inline scope displays the waveform of audio being played in the track
+  or streamed into track's input. The waveform moves downwards.
 </p>
 
 <figure>
   </figcaption>
 </figure>
 
+<h2 id="ace-inline-spectrogram">ACE Inline Spectrogram</h2>
+
+<p>This plugin displays a spectrogram of audio signal being played in the track
+or streamed into track's input.</p>
+
+<figure>
+  <img style="width:50%;" src="/images/a-inline-spectrogram.png" alt="ACE Inline Spectrogram">
+  <figcaption>
+    ACE Inline Spectrogram
+  </figcaption>
+</figure>
+
+<p>The plugin has a number of options:</p>
+<ul>
+  <li><strong>Logscale</strong>. Whether the plugin should use a logarithmic
+  rather than a linear scale.</li>
+  <li><strong>1/f scale</strong>. Whether the spectrum analyzer should adjust
+  for 1/f aka "pink noise" to provide a more useful representation of the
+  signal.</li>
+  <li><strong>FFT size</strong>. This is the frequency resolution. The more bins
+  in analysis window, the better resolution.</li>
+  <li><strong>Height (Aspect)</strong>. The aspect ratio of the inline display.</li>
+  <li><strong>Range</strong>. The dynamic range of the spectrum analyzer in dB.</li>
+  <li><strong>Offset</strong>. Optional gain correction of the original signal
+  if it's too quiet or too loud.</li>
+</ul>
+
+<figure>
+  <img style="width:50%;" src="/images/a-inline-spectrogram-options.png" alt="Inline Spectrogram ">
+  <figcaption>
+    Inline Spectrogram options
+  </figcaption>
+</figure>
+
 <h3 id="ace-midi-monitor">ACE MIDI Monitor</h3>
 
 <p>This inline tool displays all incoming or outgoing MIDI events in a track or a bus.</p>