Updated GB_set_sample_rate (markdown)

Lior Halphon 2024-11-28 22:28:27 +02:00
parent 3e7327b1b0
commit 2d14f09219
1 changed files with 4 additions and 0 deletions

@ -18,6 +18,10 @@ In `apu.h`
`GB_set_sample_rate` must not be called if the instance is being run in another thread, but may be called from the current one (via a callback). `GB_set_sample_rate` must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).
## Notes
The default sample rate is `0`, which disables audio rendering.
## See Also ## See Also
* [[GB_apu_set_sample_callback]] * [[GB_apu_set_sample_callback]]