Add a comment.
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Nov 2021 18:35:01 +0000 (19:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Nov 2021 00:09:58 +0000 (01:09 +0100)
src/lib/audio_mapping.h

index 4ef5aedb144b8c86a4eab6cd7ef5196b6728e569..51ab0e1e52e560723d706a62357a08f83d840db1 100644 (file)
@@ -81,6 +81,7 @@ private:
 
        int _input_channels = 0;
        int _output_channels = 0;
+       /** Linear gains */
        std::vector<std::vector<float>> _gain;
 };