1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/help/_SNDRATE.txt

25 lines
554 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SNDRATE}}
2017-10-10 14:55:21 +00:00
The [[_SNDRATE]] function returns the sample rate frequency per second of the current computer's sound card.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: {{Parameter|sampleRate&}} = [[_SNDRATE]]
2017-10-10 14:55:21 +00:00
{{PageDescription}}
* The sample rate frequency per second value returned can be any [[LONG]] value. Common values are 22050 or 44100.
* '''The sound card sample rate is determined by the sound card and it cannot be changed.'''
2017-10-10 14:55:21 +00:00
{{PageExamples}}
* See the example in [[_SNDRAW]].
2017-10-10 14:55:21 +00:00
{{PageSeeAlso}}
* [[_SNDRAW]]
* [[_SNDRAWLEN]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<