hi all,
i'm in the middle of making more changes to Player, and i've just checked
in many of them. as of now, Player has no default driver support, nor does
it accept driver configuration on the command line; rather, it expects a
configuration file to tell it which drivers to load. from the source tree
you can do:
$ ./player -c ../config/usc_pioneer.cfg
Player should still work fine with Stage.
also, i've removed the conditional compilation of most device drivers. the
way i see it, if the driver can be compiled pretty much everywhere, then why
not compile it? so i've only made conditional the drivers that don't compile
everywhere: fixtedtones (aka audiodevice) and the RWI drivers. i've added
Autoconf checks that automatically detect whether or not you've got the
necessary libraries installed (e.g., fftw or Mobility); compilation will
proceed accordingly.
brian.
|