mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_set_sample_rate (markdown)
parent
3e7327b1b0
commit
2d14f09219
|
@ -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).
|
||||
|
||||
## Notes
|
||||
|
||||
The default sample rate is `0`, which disables audio rendering.
|
||||
|
||||
## See Also
|
||||
|
||||
* [[GB_apu_set_sample_callback]]
|
||||
|
|
Loading…
Reference in New Issue