diff --git a/packages/webamp-docs/docs/05_features/03_equalizer.md b/packages/webamp-docs/docs/05_features/03_equalizer.md new file mode 100644 index 00000000..2b8be891 --- /dev/null +++ b/packages/webamp-docs/docs/05_features/03_equalizer.md @@ -0,0 +1,15 @@ +# Equalizer + +Webamp emulates the Winamp equalizer including the skin-defined slider animations and splined EQ graph whose colors are defined by the skin. + +![Webamp Equalizer Skin](../../static/img/equalizer-skin.png) + +:::tip +Just like in Winamp, you can click the "+12db", "+0db", "-12db" labels it will create a flat line EQ at that level. +::: + +## Presets + +The Webamp equalizer includes Winamp's built-in presets. It also supports Winamp's custom `.eqf` preset file format. This means you can configure the equalizer to create a preset and then save it to a file, which can be loaded later either in Webamp or Winamp. You can also drag a `.eqf` file saved from Winamp onto the Webamp window to load it. + +![Webamp Equalizer Presets](../../static/img/preset-menu.png) diff --git a/packages/webamp-docs/static/img/equalizer-skin.png b/packages/webamp-docs/static/img/equalizer-skin.png new file mode 100644 index 00000000..707f6dd3 Binary files /dev/null and b/packages/webamp-docs/static/img/equalizer-skin.png differ diff --git a/packages/webamp-docs/static/img/preset-menu.png b/packages/webamp-docs/static/img/preset-menu.png new file mode 100644 index 00000000..3556dff5 Binary files /dev/null and b/packages/webamp-docs/static/img/preset-menu.png differ