From 21d91cb1d16b4dd71f0d0cb74280411404cad65e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Jul 2019 18:26:14 +0200 Subject: [PATCH] pcm/Volume: fix API documentation --- src/pcm/Volume.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;