On Sun, Apr 15, 2001 at 10:29:57PM -0600, David Bishop wrote: > Okay, so I've got artsc-config, artsd, artscat, and artsdsp done. However, > I'm stuck on artsplay. What does it do, exactly? There is no documentation > on it (duh) and afaict, it doesn't support any sort of commandline help > switch (--help, -h, -?, and --h don't work). Using a google search, I > figured out that it can play wav files, however, is that all it does? I.e., > is it just a drop-in replacement for the "play" command? If so, I can whip > up a man page saying so, but if it supports multlpe input formats, I'd like > to know :-) Probably the best thing would be a link to any existing > documentation, or a definitive answer. Any help appreciated! Thanks! > According to kdelibs/arts/soundserver/*:
artsplay creates a SimpleSoundServer, which has a plugin? architecture. Currently there is a WavPlayObject.mcopclass to allow for playing wav files. Other file extensions can be added to the architecture by creating the appropriate mcopclasses? That's my quick understanding from the code... [EMAIL PROTECTED] would most likely be a really good source for some of this as well. After all the implementers/maintainers spend a good deal of online time there. Gordon Sadler