Posted in Apps
3204
12:09 am, September 12, 2022
 

Winamp Final Version 5.9 - Download and Thoughts

I started up my old school winamp this morning and noticed that a new version has been released! I was not expecting this as its soo old, and its tiny on my screen now, but it still has all the features that i need in a music player really and it gets the job done. Plus its a classic. 

Bye Winamp version 5.8.... 👋

It seems also that if you click the download button on the new version it crashes the old version, but maybe that was just me? 

Nice! :) 

Winamp 5.9 Final Build 9999

Here is the details from here

Install time for 5.9... Yeah i know not exciting, but a little bit. 

Ok it looks the same as the old version, but less buggy? I didnt notice too many bugs in the old version, but i guess there were some. 

💖Winamp

HTML

Winamp 5.9 Final Build 9999

Winamp 5.9
* Improved: Windows 11 compatibility
* Improved: Playback of https:// streams
* Improved: Updated and tidier generate html playlist code
* Improved: [in_flac] Hi-res playback support (24bit/192kHz, etc.)
* Improved: [in_mkv] vp8 support
* Improved: [in_mod] Playback of .itz, .mdz, .s3z & .xmz compressed modules
* Improved: [ml_rg] Added message throttle and other optimizations
* Improved: [ml_wire] New working Podcast Directory
* Improved: [out_ds] Display device information correctly in Unicode format
* Fixed: [in_midi/in_mkv/nu/pfc] memory leaks
* Fixed: [in_mp3] id3 empty genre displayed as Blues or Psychobilly
* Fixed: [jnetlib/ml_online/ml_wire] JSAPI2 JavaScript API
* Fixed: [ml_rg] Calculate ReplayGain for Ogg Vorbis files
* Fixed: [out_wasapi] Volume resets to zero on track change
* Fixed: [out_wave] Crash when playing module/tracker formats
* Misc: lame_enc & libsndfile now static links instead of dynamic dll
* Misc: libmpg123, libflac & zlib now static links instead of dynamic dll
* Misc: Major compiler refactoring work
* Misc: Many more general tweaks, improvements, fixes and optimizations
* Misc: Minimum required OS is now Windows 7 SP1
* Misc: New online Help section and articles
* Misc: SDK now compatible with VS2017 and newer
* Misc: Versioning syntax changed to v5.x.x
* Misc: Winamp\Microsoft.VC142.CRT runtimes now installed on Win7/8
* Misc: [dsp_sps] Improved, refactored and rebuilt!
* Removed: Bento Browser tab - So long, and thanks for all the fish!
* Removed: [read_file.dll] in_midi now using zlib & minizip for compressed midi
* Updated: [alac/in_mp4] ALAC 2017-11-03-c38887c5
* Updated: [enc_lame] LAME 3.100.1
* Updated: [freetype.wac] freetype 2.12.1
* Updated: [gif] giflib 5.1.4
* Updated: [in_cdda] libdiscid 0.6.2
* Updated: [in_flac/enc_flac] libFLAC 1.3.4
* Updated: [in_mod] libopenmpt 0.6.4
* Updated: [in_mp3] libmpg123 1.29.3
* Updated: [in_vorbis] libogg 1.3.5 & libvorbis 1.3.7
* Updated: [in_wave] libsndfile 1.1.0
* Updated: [OpenSSL] OpenSSL 3.0.3
* Updated: [png] libpng 1.6.37
* Updated: [vp8] WebM libvpx 1.11.0
* Updated: [zlib] zlib 1.2.12

_____________________________________________________________


Info

This is the culmination of 4 years' work since the 5.8 release.
Two dev teams, and a pandemic-induced hiatus period inbetween.

To the end-user, it might not seem like there's a whole heap of changes,
but the largest and hardest part was actually migrating the entire project from VS2008 to VS2019
and getting it all to build successfully.

The groundwork has now been laid, and now we can concentrate more on features.
Whether fixing/replacing old ones or adding new.


The build # has stayed as 9999 for this release (Beta, RC and Final builds)
(builds can be identified by filename + timestamp).
We'll reset the build number for v5.9.1

Download Winamp Final Version 5.9 Here

View Statistics
This Week
95
This Month
394
This Year
1203

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote

"Olivia, my eldest daughter, caught measles when she was seven years old. As the illness took its usual course I can remember reading to her often in bed and not feeling particularly alarmed about it. Then one morning, when she was well on the road to recovery, I was sitting on her bed showing her how to fashion little animals out of coloured pipe-cleaners, and when it came to her turn to make one herself, I noticed that her fingers and her mind were not working together and she couldn’t do anything. 'Are you feeling all right?' I asked her. 'I feel all sleepy,' she said. In an hour, she was unconscious. In twelve hours she was dead. The measles had turned into a terrible thing called measles encephalitis and there was nothing the doctors could do to save her. That was...in 1962, but even now, if a child with measles happens to develop the same deadly reaction from measles as Olivia did, there would still be nothing the doctors could do to help her. On the other hand, there is today something that parents can do to make sure that this sort of tragedy does not happen to a child of theirs. They can insist that their child is immunised against measles. ...I dedicated two of my books to Olivia, the first was ‘James and the Giant Peach’. That was when she was still alive. The second was ‘The BFG’, dedicated to her memory after she had died from measles. You will see her name at the beginning of each of these books. And I know how happy she would be if only she could know that her death had helped to save a good deal of illness and death among other children."

I just checked google books for BFG, and the dedication is there. 

https://www.google.com.au/books/edition/_/quybcXrFhCIC?hl=en&gbpv=1 


Roald Dahl, 1986
Random CSS Property

Custom properties (--*): CSS variables

Property names that are prefixed with --, like --example-name, represent custom properties that contain a value that can be used in other declarations using the var() function.
--* css reference