Otachan's in_mpg123, Winamp mp3 decoding plugin


Recommended Posts

This is a mpg123 based mp3 decoder plugin for winamp.

Changes Since 1.18y pl-08:

? Supports Winamp5 (Thanks to T-Matsuo)

? Supports MP1, MP2

? Supports ID3v2 and APE tags

? Can display ID3v2/APE tag specific data in titles (%a ~ %e)

? Takes care of multibyte encodings in title display

? Tag editing functions are disabled; T-Matsuo's mp3infp is called externally instead. You need to install mp3infp to edit 24 Int 24<32nt 3232at 3264at 64bit outpu:Dpossible :D

? Sample-exact output for LAME encodGapless decodings decodingReplayGainb>ReplayGain

? Improved streaming playback support

? mpg123 library ugraded to pre0.59s

? Fixed the mpg123 library's limitation of not being able to play MPEG-2.5/8kHz data (Thanks Changelog:)

Changelog:

Ver. 1.18y ot80a (2005/1/31)

? Error checking is now more strict

? Removed "Continue decoding even when errInstallation:t;

Installation:

Copy in_mpg123.dll to the plugin directory, uncheck Layer III checkbox on the

General tab in in_mp3.dll (the original nitrane decoder) configuration panel & restart Winamp.

post-20663-1107696934_thumb.jpg

Source, Homepage (Japanese) & Direct Download

Um exactly what does this do? It plays MP3s.......what better way can a MP3 be played? Im lost...

585422965[/snapback]

it allows mp3s to be played at 24bit sound quality. You probably won't hear a different, no one really will, but it is, in fact, a tad bit better. It also provides other features, though, such as replaygain ability.

it allows mp3s to be played at 24bit sound quality. You probably won't hear a different, no one really will, but it is, in fact, a tad bit better. It also provides other features, though, such as replaygain ability.

585423291[/snapback]

But in order to hear it at 24 bit I would need a 24 bit card like the Auidgy 2 ZS (which i have) right?

If thats the case maybe ill give it a try...

But in order to hear it at 24 bit I would need a 24 bit card like the Auidgy 2 ZS (which i have) right?

If thats the case maybe ill give it a try...

585423328[/snapback]

Yep, I do love my audigy. I used to use the MAD plugin with QCD, but it's Winamp counterpart had id3 tag issues. I'm so glad this is a more up to date, 24bit capable plugin.

It does not override default in_mp3 plugin, you have to remove MP3 association from default decoder and it'll take over.

585423339[/snapback]

Ah ok, thanks.

The only thing I don't like about this plugin is the default setting for thread priority. It should not be set to highest, by default.

Decoding it into 24bit does nothing, if you want to use it for that reason. 24bit improves precision to below -96db, but I want to see the ear that is actually able to notice that. Doesn't exist. Not to mention the soundcard DAC screwing up, noise in the analog circuits, and what's it. 24bit is overrated. The only areas where higher bitdepths make sense is audio engineering, where mixing loads of different channels introduces inaccuracies, where higher bitdepths reduce the accumulating quantisation noise.

And if you're really out for that nonsensical high quality decoding, Foobar2000 has a 64bit pipeline and output dithering to 24 and 32bit. And that since ages. If you didn't care using that app until now, I don't see why you'd want a 24bit decoder for Winamp suddenly.

And if you're really out for that nonsensical high quality decoding, Foobar2000 has a 64bit pipeline and output dithering to 24 and 32bit. And that since ages. If you didn't care using that app until now, I don't see why you'd want a 24bit decoder for Winamp suddenly.

585423901[/snapback]

I didn't use foobar cause I don't like it, simple as that. I've always wanted a 24bit decoder for winamp, but the one I was always interested in, MAD, had as I stated, ID3 tag problems with some files.

just noticed that. it would be nice to have an id3 tag editor built in like the default plugin.

585423821[/snapback]

Sorry for all the questions but whats the difference between this mp3info editor and the original one we're all use to?

Sorry for all the questions but whats the difference between this mp3info editor and the original one we're all use to?

585424592[/snapback]

the one this plugin uses is an addon you have to download that modifies the windows file properties dialog for an mp3.

the simple fact this adds gapless is reason enough to use it, the winamp team really should add gapless playback to there default decoder (maybe as an option) as gaps really ruin the atmosphere of some albums and crossfading is almost as bad sometimes.

does it allow you to add replygain info to files you just provide support on playback?

Edited by Waylander
But in order to hear it at 24 bit I would need a 24 bit card like the Auidgy 2 ZS (which i have) right?

If thats the case maybe ill give it a try...

585423328[/snapback]

even with 24bit soundcard, you wont hear a difference

this is just physically impossible

unless you tell me you have a yamaha soundcard $$$ that is plugged onto very high end receiver and that you also have reference speakers...

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      97
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!