HydrogenAudio

Hydrogenaudio Forum => Validated News => Topic started by: ZinCh on 2009-06-10 23:51:34

Title: mpg123 1.8.0
Post by: ZinCh on 2009-06-10 23:51:34
"mpg123 is now more correct than ever and it's faster than ever -- especially on modern x86-64 hardware, where we regain the performance crown from the 64bit SSE code in MPlayer" - website (http://www.mpg123.de/) download (http://www.mpg123.de/download.shtml) changelog (http://mpg123.org/cgi-bin/viewvc.cgi/tags/1.8.0/NEWS?view=markup)

Brief changelog:
Title: mpg123 1.8.0
Post by: ExUser on 2009-06-11 00:07:52
Change log:
Title: mpg123 1.8.0
Post by: rpp3po on 2009-06-11 00:35:55
  • Remove HF cutoff (SFB21) introduced in 0.59r.


To complete the references, this (http://www.hydrogenaudio.org/forums/index.php?showtopic=71797) is the Hydrogenaudio thread that ended 8 years of >16kHz cutoff.
Title: mpg123 1.8.0
Post by: krazy on 2009-06-12 06:18:20
Sweet! So glad that development has picked up again on this
Title: mpg123 1.8.0
Post by: sobukus on 2009-06-14 14:48:54
Sweet! So glad that development has picked up again on this

Well, sweet that you notice... several years after we picked up development again;-)

But then, it would be nice if you people here help spread the news a bit to the people using MPEG decoders derived from old mpg123 code in their software... I would like to see them using up-to-date code from the mpg123 project, and also report back improvements they did and that we still miss in our official releases.
(Contact is best done via postiing to mpg123-devel@lists.sourceforge.net, as I cannot promise to watch this forum in a timely manner.)

Just in case people did not notice: The mpg123 decoder is available as fully-deatured dynamic library on UNIX systems, but also on Windows and Mac.

Oh, and 1.8.1 is out - I accidentally claimed something about the fixed point accuracy being improved in 1.8.0 while that code was confined to the development version only. Now the new release indeed does proper decoding when compiled for fixed point math (though not very fast, that comes with next major release).
Title: mpg123 1.8.0
Post by: Fishman0919 on 2009-06-14 19:58:41
mpg123 1.8.1

Quote
The update mainly adds the proper integer / fixed point decoding that accidentally has been promised in the 1.8.0 at places (more still planned for 1.9.0). Minor bug and build system fixes complete the treat, for example updated build files for the Sony PSP.
Title: mpg123 1.8.0
Post by: twist3d on 2009-06-15 11:48:22
the download site http://www.mpg123.de/download/win64/ (http://www.mpg123.de/download/win64/) for x64 binaries says "no permission" when trying to download, x86 binaries directory works fine.
Title: mpg123 1.8.0
Post by: ZinCh on 2009-06-16 08:51:54
twist3d, works for me (now), but binaries wasnt updated to 1.8.1 (yet)

http://www.mpg123.de/download/?C=M;O=D (http://www.mpg123.de/download/?C=M;O=D)
Title: mpg123 1.8.0
Post by: ZinCh on 2009-06-17 10:09:57
binaries updated to 1.8.1
Title: mpg123 1.8.0
Post by: Fishman0919 on 2009-06-17 17:19:12
What options in the ./configure line should I use that will produce the most accurate 16-bit output?

I am currently just using "--enable-int-quality" now.
Title: mpg123 1.8.0
Post by: Big_Berny on 2009-06-20 16:53:21
Will there be a decoder which I can use with MediaMonkey (Winamp compatible)?
Title: mpg123 1.8.0
Post by: k.eight.a on 2009-06-24 08:26:48
Will there be a decoder which I can use with MediaMonkey (Winamp compatible)?
Will there be a decoder usable with WinAMP 2.9X ?
Title: mpg123 1.8.0
Post by: Big_Berny on 2009-06-24 20:38:32
I mean the same.

It's already the second time I ask but I didn't get an answer yet.
Title: mpg123 1.8.0
Post by: Fishman0919 on 2009-06-28 05:52:29
Should/would the list from mpg123.exe --list-cpu be considered as most to least accurate?

Code: [Select]
mpg123.exe --list-cpu
Builtin decoders: SSE 3DNowExt 3DNow MMX i586 i586_dither i386 generic generic_dither


Quote
Prefer SSE code over 3DNowExt.
- It can be tight, but generally our new SSE code is better on CPUs that can do both.
Title: mpg123 1.8.0
Post by: Daemon7 on 2009-07-13 23:31:38
It may just be me, but I can't get the -C switch that enables keyboard controls to work, it keeps telling me I used an incorrect option.

Title: mpg123 1.8.0
Post by: Daemon7 on 2009-07-14 21:33:18
It may just be me, but I can't get the -C switch that enables keyboard controls to work, it keeps telling me I used an incorrect option.



On a closer look, that seems to require unix-like terminal functionality and the usage options must list it there in the Windows build even though it can't work.

Wonder if the Cygwin build would work better for Windows users....