diff --git a/README.md b/README.md index a29369b..d574efc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A browser-based audio player with real-time spectrum visualization, VU metering, and comprehensive playlist management. Loaded entirely from a single `index.html` file - no build step, no server, no dependencies. +## Obligatory Screenshot +![Screenshot](./noizshot.png) + ## Features - **Real-time FFT spectrum analyzer** - smooth animated frequency bars with configurable window function (Hanning / Blackman-Harris) and adjustable peak decay diff --git a/noizshot.png b/noizshot.png new file mode 100644 index 0000000..534ea80 Binary files /dev/null and b/noizshot.png differ