Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 644 Bytes

File metadata and controls

10 lines (6 loc) · 644 Bytes

amptest

This is a very experimental program that tries to use Winamp's plugins (version 2.95 or newer) to play audio files, while imitating the classic Winamp interface and (potentially) expanding on its features.

Currently, the program depends on the following files from a Winamp installation:

  • plugins\in_mp3.dll (or any other input plugin, provided you have the appropriate media files)
  • plugins\out_wave.dll

The program's source code also borrows the input and output plugin structures from the official Winamp SDK (as available here) in what I really hope constitutes fair use.