db&w documentation wiki

finest software | finest docs

Site Tools


tools:audiofrequency

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tools:audiofrequency [2020/05/26 14:47] lightwolftools:audiofrequency [2020/05/30 16:22] – [Audio Frequency Node] lightwolf
Line 1: Line 1:
-====== Audio Frequency Node (in progress) ======+====== Audio Frequency Node ======
  
 This node can load audio files (WAV, MP3, FLAC), performs a FFT ((Fast Fourier Transformation. In this case, Fourier analysis converts a signal from time to a representation in the frequency domain)) analysis on them and then provides the amplitudes at specific frequencies as nodal outputs. This node can load audio files (WAV, MP3, FLAC), performs a FFT ((Fast Fourier Transformation. In this case, Fourier analysis converts a signal from time to a representation in the frequency domain)) analysis on them and then provides the amplitudes at specific frequencies as nodal outputs.
Line 8: Line 8:
  
 You can select frequencies or a range of frequencies couple with a variety of settings to fine tune the output for more specific use. You can select frequencies or a range of frequencies couple with a variety of settings to fine tune the output for more specific use.
 +
 +<WRAP center round info 80%>
 +The sample content includes three sample scenes as well as audio files that show how the Audio Frequency node and channel modifier can be used.
 +</WRAP>
 +
 +{{youtube>n5AO4p_ZNy8?medium}}
 +{{youtube>6s6zimffKlg?medium}}
 +
 +
 +
  
 ====== Technical Background ====== ====== Technical Background ======
Line 26: Line 36:
  
  
-{{ :tools:pasted:20200523-123858.png}}+{{ :tools:pasted:20200526-150317.png}}
  
 ====== Controls ====== ====== Controls ======
Line 46: Line 56:
 This will load the currently selected audio file as the File used in Layout, allowing for playback of the audio file. This will load the currently selected audio file as the File used in Layout, allowing for playback of the audio file.
  
-This will not work for some types of audio files, Layout seems to only support WAV and MP3 at 16-bit.+This will not work for some types of audio files, Layout seems to only support WAV and MP3 at 16-bit. It will also not match the audio offset if changed in the plugin, as there is no SDK access to that.
 ===== Settings... ===== ===== Settings... =====
  
Line 55: Line 65:
  
   * **Single** This extracts the amplitude at a single frequency.   * **Single** This extracts the amplitude at a single frequency.
-  * **Range** This extracts the amplitude within the range from Frequency to End Frequency.+  * **Range (Average)** This extracts the average amplitude within the range from Frequency to End Frequency
 +  * **Range (Peak)** This extracts the peak amplitude within the range from Frequency to End Frequency. 
 +  * **Range (Smooth)** This extracts the average amplitude within the range from Frequency to End Frequency but smoothed with a curve that emphasises the frequencies in the middle of the range.
  
 When a frequency Range is selected, either the average, peak or smoothed average of the frequencies in the range will be computed. When a frequency Range is selected, either the average, peak or smoothed average of the frequencies in the range will be computed.
Line 69: Line 81:
 If the Frequency mode is set to **Range**, this setting will control the end of the frequency range. The start is determined by the **Frequency** setting. If the Frequency mode is set to **Range**, this setting will control the end of the frequency range. The start is determined by the **Frequency** setting.
  
-===== Range Mode ===== 
- 
-This determines how the amplitudes within a frequency range are accumulated: 
  
-  * **Average** The average of the amplitudes within the range is used. 
-  * **Peak** The largest amplitude is used 
-  * **Smooth** Similar to average, but the amplitudes are weighed in a bell curve, giving more emphasis to the amplitudes in the middle of the frequency range. 
  
 ===== Max. Level (dB) / Min. Level (dB) ===== ===== Max. Level (dB) / Min. Level (dB) =====
Line 244: Line 250:
  
 ---- ----
-====== Spectrum Picker ======+{{ :tools:pasted:20200526-150601.png}}
  
-{{ :tools:pasted:20200523-131338.png}}+====== Spectrum Picker ======
  
 The Spectrum Picker allows for the graphical selection of a frequency or a range of frequencies. It can be launched from any of the plugins and is non-modal ((Which basically means it can stay open)). The Spectrum Picker allows for the graphical selection of a frequency or a range of frequencies. It can be launched from any of the plugins and is non-modal ((Which basically means it can stay open)).
Line 263: Line 269:
 These mirror the controls in the plugin the picker was called from. These mirror the controls in the plugin the picker was called from.
  
 +----
 +{{ :tools:pasted:20200526-143811.png}}
 ====== Audio Frequency Channel Modifier ====== ====== Audio Frequency Channel Modifier ======
  
-{{ :tools:pasted:20200526-143811.png}} 
  
 The Audio Frequency channel modifier shares most controls with the node. We'll just document the additional controls here: The Audio Frequency channel modifier shares most controls with the node. We'll just document the additional controls here:
tools/audiofrequency.txt · Last modified: 2020/09/11 11:42 by lightwolf