{{newin|[[11.0]]|110|type=function|text=It has been renamed from [[love.audio.getSourceCount]]}}
Gets the current number of simultaneously playing sources.
== Function ==
=== Synopsis ===
<source lang="lua">
count = love.audio.getActiveSourceCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|The current number of simultaneously playing sources.}}
== See Also ==
* [[parent::love.audio]]
[[Category:Functions]]
{{#set:Description=Gets the current number of simultaneously playing sources.}}
== Other Languages ==
{{i18n|love.audio.getActiveSourceCount}}