
  This is an experimental program to see if I could play music stored in
  Objectify.  It works but it is kind of hack at this point.  It executes
  either mpg321 or ogg123 to play .mp3 and .ogg files.

  You have to have Fine installed on your system to compile it:

     fine -no_gc -no_split -o play_music play_music -I../../../include/ fine_wrapper.c ../../lib/objectify/libobjectify.a ../../lib/archive/libarchive.a -lrt -lcrypto

  Fine is an Eiffel like compiler that I derived from SmallEiffel*.  You can
  download Fine from SourceForge at: http://sourceforge.net/projects/fine

  *SmallEiffel is now called SmartEiffel: http://smarteiffel.loria.fr/

