1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_SNDRAWDONE.md
2022-12-24 21:14:48 -06:00

538 B

_SNDRAWDONE ensures that the final buffer portion is played in short sound effects even if it is incomplete.

Syntax

_SNDRAWDONE [pipeHandle&]

Parameters

  • The optional pipeHandle& parameter refers to the sound pipe opened using _SNDOPENRAW.

Description

  • Use to force playing small buffers of _SNDRAW data.

Availability

  • Version 1.000 and up.

See Also