Returns the sample rate of the SoundData.
== Function ==
=== Synopsis ===
<source lang="lua">
rate = SoundData:getSampleRate( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|rate|Number of samples per second.}}
== See Also ==
* [[parent::SoundData]]
[[Category:Functions]]
{{#set:Description=Returns the sample rate of the SoundData.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|SoundData:getSampleRate}}