pcm/Volume: fix API documentation

This commit is contained in:
Max Kellermann 2019-07-05 18:26:14 +02:00
parent 9d3d4fc734
commit 21d91cb1d1

View File

@ -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;