Help us keep the list up to date and submit new video software here.






Software Home »


Tool

Description

Type
Rating
Reviews
WACUP (Winamp Community Update Project) is an audio player based on Winamp. WACUP (which can be pronounced as wakeup or wac-up or however you prefer it in your native tongue) is designed to work only with the patched Winamp 5.666 release to provide bug fixes, updates of existing features and most importantly new features with the goal to eventually become it's own highly Winamp compatible media player. WACUP makes use of the benefits of Winamp being heavily based on a plug-in system so new plug-ins can add additional features as well as allowing replacements to be created which provide better implementations over the plug-ins natively included with Winamp. If none of that makes sense, a good way to think about WACUP is that it is like a video game mod where you initially use the original game but then files related to it are added to or edited in-order to provide a better experience.

9.0/10
2 votes
Rate it




Screenshots

WACUP screenshot

WACUP screenshot 2

WACUP screenshot 3
Latest version

1.99.43.23234 Preview (November 27, 2025)



Download


Visit developer's site

Download WACUP 1.99.43.23234 Preview 64-bit  9MB  Win64 Win

Download WACUP 1.99.43.23234 Preview  9MB  Win Win




Download old versions


Download WACUP old versions Archive Archive



Software License

Freeware (Free software and usage!)



Supported operating systems

Windows Win




Version history / Release notes / Changelog / What's New


Preview Version: 1.99.43.23234 (x64)

Released: 27 November 2025

Everything done as part of preview build v1.99.41.22982

Added an option to the Playback -> Volume tab to allow WACUP's volume slider to control the OS process volume when the option for the output plug-in(s) to control the volume is disabled along with related changes to be able to react to the volume being changed via the OS configuration (e.g. Volume Mixer) so it should remain in synchronisation along with reducing the processing by the preferences
Added an option to the Current Artwork tab of the Play Tracking options so a user provided image can be specified to be used instead of leaving it on the last rendered output when playback has stopped
Added support for setting custom artwork for stream urls via the Alt+3 / File Info dialog Artwork tab (this is currently stored within the artcache folder & is tied to the specific stream url)

Changed to now build everything using the VS2022 compiler (previously using VS2019) along with updating the local copy of the runtime included & related clean-up of the previously needed VS2019 runtime folder (this unfortunately has bumped the installed size of things by around 2MB or by around 0.2MB for the installers which isn't too bad but it's never nice having things increase by that much)
Changed the Streaming Url (in_url) plug-in's yt-dlp handling to try to get the additional supporting deno tool that it now is requiring (am not sure if its actually needed for how in_url is doing things)
Changed the handling to hook file / url opening to do what it can to avoid skinconsortium urls being opened since the domain is now compromised (previously just abandoned) & seems to be serving up malware from reports (WACUP includes all of the files needed for cPro based skins so it doesn't intentionally make any attempts to access its old site but the skins themselves might have links to it)
Changed the NotSoDirect preferences to now be all on a single page instead of split as there's been more height by default to the preferences window for some time which is just enough to do this (it also removes a few KB of code no longer needed to deal with preference tabs)
Changed the streaming playback across a number of the plug-ins in an attempt to better handle the stream connection dropping so the internal handling will try to auto-reconnect to keep it going (there can & will still be some issues so if there are do report them including what the stream involved is but some of the problems are networking related & if not enough data is provided it will drop out!)
Changed libflac to now be built with multi-threaded encoding support per the change to use the VS2022 compiler
Changed how the duration of MP3 based files is handled to use a slower but more reliable method to avoid wrong times
Changed the input plug-in handling to reduce the size of the plug-in structure (this doesn't affect x86) & consolidate 2 calls to setup the visualisation handling into a single one

Fixed a regression with the handling of %length% causing it to show either the millisecond or seconds value for some along with re-working the ATF handling to try to avoid this being able to happen again
Fixed some inconsistencies found with the fallback handling to get playing information from some of the input plug-ins whilst looking into problems with the length atf handling
Fixed a crash which can happen when switching from playing an Opus based stream to a local Opus file
Fixed the media library history plug-in not correctly responding to %length_seconds% ATF request if it's being used as a fallback to the local library not being enabled or knowing about the item requested
Fixed a potential hang crash on closing if the messagebox shown related to the main ATF string having changed is still open when WACUP is then instructed to close
Fixed a crash issue when accessing the input plug-in preference page due to an invalid internal look-up from some development work that wasn't meant for the build
Fixed the internal input plug-in cache reset being incorrectly triggered after closing has been started which could cause some input plug-ins to cause a hang on closing when there was no need to call them
Fixed a UI related hang with some of the library playlist interactions from trying to re-determine information that was already known during the start of the action triggered (e.g. some drag+drop calls)
Fixed the classic skin song ticker handling when reverting back to the playing item incorrectly triggering a playlist title refresh for the playing item (this was behind some of the length related changes noted above due to this managing in some instances to get a millisecond value to appear e.g. after having manually seeked within a file)
Fixed the probable cause for some of the local library view interactions causing a main ui thread deadlock to occur (e.g. on view close)
Fixed the recent handling changes around trying to remove the taskbar overlay icon when WACUP is not set to show in taskbar to better ensure the behaviour is only done when actually needed & a bit earlier
Fixed the taskbar preview stopping updating under recent Windows 11 installs due to it triggering the long running handling to stop it updating when the preview has since been closed as it didn't know the preview was still running
Fixed a crash when notifying the local library that replaygain results have been saved into a processed file (the tag saving afaict would've completed ok prior to this) due to an internal api coding issue
Fixed the Ctrl+Tab action for moving between windows for classic skins getting stuck on the last native window if there's no generic skinned windows configured to be shown (e.g. in a 2.x like window mode)
Fixed the remove / missing file checking of the local library not always working when dealing with entries on network based shares causing them to always be reported as still being there as valid file(s)
Fixed the selection / time display in the bottom right corner of the classic skin playlist editor window along with the windowshaded mode flickering during quick repaint requests (more so if docked when moving the main window)
Fixed the bottom of the list area of the classic skin playlist editor window flickering during quick repaint requests (more so if docked when moving the main window) if a partial item aligned with the area due to the no item area fill incorrectly being drawn when it wasn't needed (who knew FillRect will still work if given a negative area to try to fill)
Fixed some additional over painting of the classic skin playlist editor window found whilst looking into issues fixed above which wasn't helping with the flickering issues being seen
Fixed the compressed text resource handling not stripping the BOM when needed which was causing squares to show under WINE for the start of some text blocks
Fixed some plug-in & core initialisation being done when it not needed which was causing some memory allocations for aspects that weren't then being used (e.g. a 1MB allocation for in_addanother.dll)
Fixed the ADLIB/ADPLUG format preference tab not being sized to the preference window size
Fixed some internal menu handling which was potentially not thread safe or causing more memory to be allocated than was really needed
Fixed a small performance issue whilst trying to obtain the last played information for podcast downloads which caused the last local library item cache to be cleared which slowed down other accesses
Fixed a different issue which seems to have been behind some of the podcast view related crashes (mainly when the tooltip was triggered) along with resolving some memory wastage & unwanted re-copying
Fixed dragging some of the child nodes from the media library navigation tree onto the main window or the main playlist editor not working due to the plug-ins not receiving the needed on drop message
Fixed a small performance issue when attempting to determine the settings folder path to use which was using an OS call that was taking comparatively too long vs an alternative that directly returns it
Fixed the handling of %length% when url escaped (e.g. via the HTTP(S) POST feature) often showing as 0:00 in the output due to the escaped string incorrectly being re-processed assuming it's not escaped
Fixed some metadata showing without the last character if they'd been stored as a multi-value unicode ID3v2 field due to some problems with processing the string vs the potential BOM at the start of it
Fixed the customise fast-forward time menu from the next button right-click menu not working correctly along with the dialog when opened for that action not pre-selecting the fast-forward edit control
Fixed some more small performance issues related to how the native plug-ins may add their preference page to avoid it causing small amounts of blocking during loading when they can be deferred to later
Fixed some prior choices of runtime apis used to prefer the variants that are deemed to be more secure whilst also helping to avoid some unwanted memory allocations as well as being slower than desired
Fixed some MP3 files made up of differing elements / weird encoding setups not being handled correctly which could cause them to abort playing or the waveform seeker preview to only partially render it
Fixed the reproducible instances of the playback history logging feature incorrectly double logging the start of streams due to how playback starting vs getting what is the first valid title update (there's still for now the potential for this to happen if the stream takes a lot longer to initially connect than is expected but the changes for this should help out for the majority experiencing this)
Fixed a very weird menu related interaction with the skins sub-menu which can cause an unexpected mouse button down message going to the main window which would then incorrectly trigger mouse capture to occur from it was acting l...

View full changelog




Sections/Browse similar tools






Alternative to WACUP

(Latest version updated)

AIMP  (Nov 25, 2025)



foobar2000  (Nov 24, 2025)



Winamp  (Apr 26, 2023)







Guides and How to's




Acronyms / Also Known As

Winamp Community Update Project




Notify me when software updated or report software

Email me when it has been updated    Report this software (dead link/new version)  




2 reviews, Showing 1 to 2 reviews


which languages supported , and is that 64 bit and portable ?

Review by handsome on Aug 20, 2020 Version: 1.0.13.5864 OS: Windows 7 64-bit Ease of use: 9/10 Functionality: 9/10 Value for money: 9/10 Overall: 9/10




Hi. I just found out about this great project. You are doing a great job guys. One thing I noticed was the double size in classic skin mode. The resizable windows should not be double sized just like in winamp classic. It's unnecessary and it's causing weird behavior (windows not docking properly, disappearing borders, items on playlist not loading titles, etc.). For example in the playlist, I usually just resize it and increase the font size.
I only use classic mode though.

Anyway, keep it up and thank you!


Review by ken zi on Oct 8, 2019 Version: 1.0.4264 OS: Windows 10 64-bit Ease of use: 9/10 Functionality: 8/10 Value for money: 10/10 Overall: 9/10


2 reviews, Showing 1 to 2 reviews

1 tool hits, Showing 1 to 1 tools
   



Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version

Latest version
Version number / Beta version number / Update version number and when it whas released.

Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
Windows = Windows version available.
Mac OS = Mac OS version available.
Linux = Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)


Rating
Rating from 0-10.



Browse software by sections



Visit our sponsors! Try DVDFab and backup Blu-rays!
Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2025 videohelp.com