Skip to content
  • Mark Lee's avatar
    Add new API to libvlc for persistent equalizer settings. · 32596ea8
    Mark Lee authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    New methods are provided to:
    
     - get the available equalizer presets;
     - get the available frequency bands (useful for creating a UI);
     - create a new default equalizer, or create a new equalizer from a preset;
     - release a previously created equalizer;
     - get/set preamp and individual frequency amplification values;
     - apply equalizer settings to a media player.
    
    Equalizer settings are persistent, can be made whether media is currently playing or not, and will automatically be applied to subsequently played media.
    
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    32596ea8