On 2007-11-30 22:34:25, Jacob Meuser <[EMAIL PROTECTED]> wrote: > On Thu, Nov 29, 2007 at 03:00:10PM +0000, Christian Weisgerber wrote: > > Giovanni Bechis <[EMAIL PROTECTED]> wrote: > > > > > Mpg123 updated to latest version, > > > files/* and patches/* are no more needed to build, > > > > I looked into updating mpg123 a while back but got bogged down > > because the port has substantial audio-related patches my Marc > > Espie, and the function of these patches was far from clear. Silently > > dropping them may not be the best course. > > looks like a good test if the patches are needed would be to try playing > an 8-bit mono 22050Hz mp3 on azalia(4) or snapper(4). >
The new version of mpg123 works for me on a Thinkpad T60's azalia(4).
shoshoni-m% audioctl name=HD-Audio version=1.0 config=azalia0 encodings=slinear_le:16,slinear_le:16 properties=full_duplex,independent full_duplex=0 fullduplex=0 blocksize=8704 hiwat=7 lowat=1 output_muted=0 monitor_gain=0 mode= play.rate=44100 play.channels=2 play.precision=16 play.encoding=slinear_le play.gain=127 play.balance=32 play.port=0x0 play.avail_ports=0x0 play.seek=8704 play.samples=24110080 play.eof=0 play.pause=0 play.error=1 play.waiting=0 play.open=0 play.active=0 play.buffer_size=65536 record.rate=44100 record.channels=1 record.precision=16 record.encoding=slinear_le record.gain=127 record.balance=32 record.port=0x0 record.avail_ports=0x0 record.seek=0 record.samples=0 record.eof=0 record.pause=0 record.error=0 record.waiting=0 record.open=0 record.active=0 record.buffer_size=32768 record.errors=0 shoshoni-m% mpg123 test-low.mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3 version 0.68; written and copyright by Michael Hipp and others free software (LGPL/GPL) without any warranty but with best wishes Playing MPEG stream 1 of 1: test-low.mp3 ... MPEG 2.0 layer III, 96 kbits/s, 22050 Hz mono [3:25] Decoding of test-low.mp3 finished. shoshoni-m% audioctl | grep play play.rate=22050 play.channels=1 play.precision=16 play.encoding=slinear_le play.gain=127 play.balance=32 play.port=0x0 play.avail_ports=0x0 play.seek=2176 play.samples=18148864 play.eof=0 play.pause=0 play.error=1 play.waiting=0 play.open=0 play.active=0 play.buffer_size=32768 shoshoni-m% mpg123 test-high.mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3 version 0.68; written and copyright by Michael Hipp and others free software (LGPL/GPL) without any warranty but with best wishes Playing MPEG stream 1 of 1: test-high.mp3 ... MPEG 1.0 layer III, 192 kbits/s, 44100 Hz joint-stereo [3:09] Decoding of test-high.mp3 finished. shoshoni-m% audioctl | grep play play.rate=44100 play.channels=2 play.precision=16 play.encoding=slinear_le play.gain=127 play.balance=32 play.port=0x0 play.avail_ports=0x0 play.seek=8704 play.samples=33339392 play.eof=0 play.pause=0 play.error=1 play.waiting=0 play.open=0 play.active=0 play.buffer_size=65536 Script done on Sun Dec 2 03:52:52 2007