diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx index 66133a2b2..ee0463cc9 100644 --- a/src/output/plugins/PipeWireOutputPlugin.cxx +++ b/src/output/plugins/PipeWireOutputPlugin.cxx @@ -86,7 +86,10 @@ class PipeWireOutput final : AudioOutput { uint32_t target_id = PW_ID_ANY; - float volume = 1.0; + /** + * The current volume level (0.0 .. 1.0). + */ + float volume = 1.0f; PipeWireMixer *mixer = nullptr; unsigned channels;