Browse Source

{Wav,Any}AudioImporter: make the plugins searchable by their names too.

pull/297/head
Vladimír Vondruš 8 years ago
parent
commit
d567780e08
  1. 2
      src/MagnumPlugins/AnyAudioImporter/AnyImporter.h
  2. 2
      src/MagnumPlugins/WavAudioImporter/WavImporter.h

2
src/MagnumPlugins/AnyAudioImporter/AnyImporter.h

@ -55,6 +55,8 @@ namespace Magnum { namespace Audio {
/** /**
@brief Any audio importer plugin @brief Any audio importer plugin
@m_keywords{AnyAudioImporter}
Detects file type based on file extension, loads corresponding plugin and then Detects file type based on file extension, loads corresponding plugin and then
tries to open the file with it. tries to open the file with it.

2
src/MagnumPlugins/WavAudioImporter/WavImporter.h

@ -57,6 +57,8 @@ namespace Magnum { namespace Audio {
/** /**
@brief WAV importer plugin @brief WAV importer plugin
@m_keywords{WavAudioImporter}
Supports mono and stereo files of the following formats: Supports mono and stereo files of the following formats:
- 8 bit per channel PCM, imported as @ref BufferFormat::Mono8 and - 8 bit per channel PCM, imported as @ref BufferFormat::Mono8 and

Loading…
Cancel
Save