-
It was reported at in the MacPorts Bugtracker (http://trac.macports.org/ticket/20964) that mpg123 does not build on Snow Leopard.
The build log can be found at http://trac.macports.org/attachment/ticket/20964/mpg123.log.
I can not debug or test this since my dear (but old) iBook G4 is not supported by Snow Leopard. (PPC is not supported any more.)
2009-08-31 19:09:20 UTC in mpg123
-
Fixed in r2296.
2009-08-19 19:51:26 UTC in mpg123
-
When selecting -o openal on Mac OS 10.5 PPC (G4) there is only a clack at the start and end of playback but no sound in between.
$> mpg123 -o openal test.mp3
System is an iBook G4 with "Darwin xxx 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:54:29 PDT 2009; root:xnu-1228.12.14~1/RELEASE_PPC Power Macintosh".
2009-08-19 07:07:58 UTC in mpg123
-
When selecting -o sdl on Mac OS 10.5 PPC (G4) the last second (round about that) of the audio output gets truncated.
$> mpg123 -o sdl test.mp3
System is an iBook G4 with "Darwin xxx 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:54:29 PDT 2009; root:xnu-1228.12.14~1/RELEASE_PPC Power Macintosh".
2009-08-19 07:04:25 UTC in mpg123
-
Sorry for lagging, RL also takes its time...
I have tried it with the libsdl from MacPorts (the Runtime Libraries from libsdl.org did not work) and SDL is not working properly even without buffering:
$> mpg123 -o sdl test.mp3
truncates the last second or so.
I will report this and the OpenAL bugs immideatelly.
2009-08-19 07:01:39 UTC in mpg123
-
It seems that the changes made in r2289 fixed the problem:
>$> ~/Development/mpg123-svn $ ./autogen.sh --prefix=/Users/astifter/Development/mpg123-install/
>Generating configuration files for mpg123, please wait....
>autoreconf: Entering directory `.'
>autoreconf: configure.ac: not using Gettext
>autoreconf: running: aclocal -I m4
>autoreconf: configure.ac: tracing
>autoreconf: running...
2009-08-19 06:56:10 UTC in mpg123
-
Fixed in r2295.
2009-08-19 06:50:14 UTC in mpg123
-
Resolved in 1.9.0.
2009-08-19 06:40:02 UTC in mpg123
-
Yes, its live playback with
>$ mpg123 -C -b 100 test.mp3
The problem does not occur with wav output. So no, with
>$ mpg123 -w test.wav -C -b 100 test.mp3
the wav file is complete.
I do not have any other audio output modules available right now, i tried openal but this gives me only crackling in the speakers and no sound.
(The other system configuration can be found with the attached...
2009-07-29 08:00:01 UTC in mpg123
-
It seems that only the -maltivec option makes it into CFLAGS. I have tested with
$> CFLAGS="-faltivec" ./configure --prefix=/Users/astifter/Development/mpg123-install
and this works fine.
I attach the vanilla (without manual modification of CFLAGS) config.log and configure output.
2009-07-29 07:03:13 UTC in mpg123