MultiMedia Class
A MultiMedia class that provides for playing and/or recording
audio files. It currently will play almost any format, but the implementation
provided only records wav or wma files. The MultiMedia class is
based on the excellent BASS sound library from un4seen developments
(http://www.un4seen.com), which
is ONLY free to use for non-commercial purposes. They have various
reasonable licensing prices for commercial packages, and their software
contains and enormous amount of additional functionality that LeerTools
does not expose. The MultiMedia class is actually an
implementation of the LeerTools' IMultiMedia interface
so that you can rewrite the class with any other library you may have
should you need to use this in a commercial application. LeerTools only
internally uses the MultiMedia class for playing a sound
when a popup menu pops up. |