X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fupmixer_a.h;h=389d52d2594362ea75e0b6132c844be0433d028c;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=9a927b0cff42b9fd9fef54bea20c9ab32a7074fd;hpb=fa61fc99549264810e17fcd35abffe9e8ddab5b2;p=dcpomatic.git diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h index 9a927b0cf..389d52d25 100644 --- a/src/lib/upmixer_a.h +++ b/src/lib/upmixer_a.h @@ -17,14 +17,21 @@ */ +/** @file src/lib/upmixer_a.h + * @brief UpmixerA class. + */ + #include "audio_processor.h" #include "audio_filter.h" +/** @class UpmixerA + * @brief Stereo to 5.1 upmixer algorithm by Gérald Maruccia. + */ class UpmixerA : public AudioProcessor { public: UpmixerA (int sampling_rate); - + std::string name () const; std::string id () const; ChannelCount in_channels () const;