Skip to content

Cavern 1.6 - Happiest Halloween update

Compare
Choose a tag to compare
@VoidXH VoidXH released this 31 Oct 00:31
· 511 commits to master since this release

This is the largest update to Cavern yet, including the world's first open-source Dolby Digital Plus Atmos decoder on the PC.

Driver changes

  • E-AC-3 + JOC (Dolby Digital+ Atmos) visualization and rendering
  • ADM BWF visualization and rendering
  • A welcome screen is shown on first launch
  • Custom channel names which also appear in QuickEQ
  • Speaker layout auto-detection on first launch
  • File browser dialogs are now Mono library popups that look like a Windows file browser
  • Larger, more accessible UI

QuickEQ additions

  • Added Expert crossover for complete cutoff frequency and subwoofer matrixing control.
  • Added MultEQ-X support
  • Added one-click Equalizer APO export
  • Added the Smoother curve which keeps the system's character and does not require a dedicated measurement microphone
  • Added a custom gain standard, where channel gains can be offset between -6 and 6 dB with sliders or manually without bounds
  • Multiple microphones can be selected for measurements, these measurements are automatically added to the Multi-mic panel
  • Default calibration files are automatically applied on MiniDSP UMIK-1 and XTZ II Pro microphones
  • Arbitrary measurement signals can be used
  • Warm-up mode against microphone clicking on measurement start
  • Warning messages when channel gains are too far apart
  • Error message when no microphone is connected

QuickEQ changes

  • Measurements are now exported in Limitless Audio Format, which can contain complete multi-mic measurements
  • Minimum corrected frequency is now allowed down to 10 Hz
  • Delays and polarities are calculated after simulation for convolution exports, making them superior to any other export
  • Delays smaller than half the filter size are baked into convolution filters
  • After overwhelming user feedback, Cavern is now the default gain standard instead of DCI
  • Filter sizes other than powers of 2 are now supported for convolution exports
  • Multi-file exports can be renamed, no more folder selection

API additions

  • Decoding of Matroska (.mkv/.mka) streams
  • Decoding of E-AC-3 (.ac3/.ec3) streams, including JOC (Dolby Digital+ Atmos) into objects
  • Decoding of ADM BWF (.wav) streams into objects
  • CavernAmp accelerates some features with native code on 64-bit Windows for an average of 2x speedup
  • Ear canal simulations by angle and distance with the Distancer filter
  • Optimized convolution for basic impulse responses called Spike convolver
  • Screen-locked source flag
  • Many new waveform and audio file handling functions

API changes

  • File reading is separated to reading, decoding, and rendering
  • Linearized virtualizer frequency responses
  • Moved API to .NET 6 and made NuGet-ready