Re: [Mpg123-users] writing to stdout cuts short
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2007-06-04 01:03:30
|
Am Sun, 03 Jun 2007 22:44:41 +0100 schrieb poncenby <sm...@po...>:=20 =20 > this is a macbook. Ah, Nicholas area;-) You may especially be interested in the new 0.66 release, since it includes= SSE optimizations for your machine... > in the command above JustePort.exe is run by mono. > > mpg123 -s tune.mp3 > tune.raw > >=20 > > The size in bytes, divided by channel count, sample rate and 2 (for 16 = bit samples) should give you the length in seconds... >=20 > this value is correct. I'm tempted to blame mono, then. Another test would be mpg123 -s tune.mp3 | cat > tune.raw You should have the same situation then like when using JustePort -- mpg123= ends, but cat gets the rest fed via stdin and the created tune.raw should = be exactly the same as before. Perhaps you should consult the mono folks, then? When it works with the pipe to cat, It can hardly be mpg123's fault... Alrighty then, Thomas. |