diff --git a/src/pcm/Volume.hxx b/src/pcm/Volume.hxx index eb34f111e..3d03773a2 100644 --- a/src/pcm/Volume.hxx +++ b/src/pcm/Volume.hxx @@ -58,7 +58,7 @@ pcm_volume_to_float(int volume) noexcept } /** - * A class that converts samples from one format to another. + * Software volume implementation. */ class PcmVolume { SampleFormat format;