class new in 2019.10
DrMp3ImporterMP3 audio importer plugin using dr_mp3.
Contents
Supports mono, stereo and surround sound files of the following formats using the dr_
- 16 bit-per-channel, imported as BufferFormat::
Mono16, BufferFormat:: Stereo16, BufferFormat:: Quad16, BufferFormat:: Surround51Channel16, BufferFormat:: Surround61Channel16 or BufferFormat:: Surround71Channel16
This plugin depends on the Audio library and is built if WITH_DRMP3AUDIOIMPORTER
is enabled when building Magnum Plugins. To use as a dynamic plugin, you need to load the "DrMp3AudioImporter"
plugin from MAGNUM_PLUGINS_AUDIOIMPORTER_DIR
. To use as a static plugin or as a dependency of another plugin with CMake, you need to request the DrMp3AudioImporter
component of the MagnumPlugins
package and link to the MagnumPlugins::DrMp3AudioImporter
target. See Downloading and building plugins, Plugin usage with CMake and Loading and using plugins for more information.
This plugins provides Mp3AudioImporter
.
Base classes
- class AbstractImporter
- Base for audio importer plugins.
Constructors, destructors, conversion operators
- DrMp3Importer() explicit
- Default constructor.
-
DrMp3Importer(PluginManager::
AbstractManager& manager, const std:: string& plugin) explicit - Plugin manager constructor.