{{newin|[[11.0]]|110|type=function}}
Sets whether the system should mix the audio with the system's audio.

== Function ==
=== Synopsis ===
<source lang="lua">
success = love.audio.setMixWithSystem( mix )
</source>
=== Arguments ===
{{param|boolean|mix|True to enable mixing, false to disable it.}}
=== Returns ===
{{param|boolean|success|True if the change succeeded, false otherwise.}}

== See Also ==
* [[parent::love.audio]]

[[Category:Functions]]
{{#set:Description=Sets whether the system should mix the audio with the system's audio.}}

== Other Languages ==
{{i18n|love.audio.setMixWithSystem}}