Subject: Re: Decoding/playing MP3's on Classic
To: Robert Gash <gashalot@gashalot.com>
From: Reinoud Zandijk <zandijk@cs.utwente.nl>
List: port-sparc
Date: 05/08/2000 14:42:06
Hi Robert,

A good nice thread! i've fiddled out the following script :

mpg123 --8bit -f 10000 -r 8000 -m $* 

as `plaympg123' ... thats the minimum i could find ... the other really
nice too ... i'll try them out too! (this could also be aliased offcource)

Cheers,

Reinoud

Oh BTW .. and with this patch Timidity will also work on Sparc :

"
$NetBSD$
*** config.h.orig       Mon Apr 17 20:19:55 2000
--- config.h    Mon Apr 17 20:20:00 2000
***************
*** 190,195 ****
--- 190,206 ----
  #include <machine/endian.h>
  #endif
  
+ #ifdef __NetBSD__
+ #  include <machine/endian.h>
+ #  undef LITTLE_ENDIAN
+ #  undef BIG_ENDIAN
+ #  if _BYTE_ORDER == _LITTLE_ENDIAN
+ #    define LITTLE_ENDIAN
+ #  elif _BYTE_ORDER == _BIG_ENDIAN
+ #    define BIG_ENDIAN
+ #  endif
+ #endif
+ 
  #ifdef linux
  /*
   * Byte order is defined in <bytesex.h> as __BYTE_ORDER, that need to
"

with the follwing alias :
timidity:        aliased to /usr/pkg/bin/timidity -Od -id -s8000 -a -A30