This foobar plugin lets you open BMP, PNG and JPEG images and play their spectrogram.
It's cool
Get the foobar sdk, it should have instructions for how to set it up.
- Create a VS project for this based on the foo_tutorial project.
- Add all the projects of the SDK + this project to a solution.
- Add all the SDK projects as references to this one.
- Compile ImageMagick as StaticMT (Not DLL) for Debug and Release.
- Add all of the IM lib files to the Linker for this project for both Debug (DB) and Release (RL).
- Add the include path for IM for Magick++ (IM/Magick++/lib/ and IM/)
- I think that's it?
Configuration Type: Dynamic Library MFC: Standard Windows Libraries Charset: Unicode Runtime Library: Multi-Threaded (Debug) Precompiled header
Original bmp2wav courtesy of ed @ Rizon. Foobar plugin and legibility by Vin @ Rizon.