Skip to content

Commit 5d33af0

Browse files
committed
doc short sound issue
1 parent c0ce1e7 commit 5d33af0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/api-c-audio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ When playing audio, a `playback_id` is returned to query or modify the playback.
6161

6262
Functions that end in `_sync` are for use with `twrWamModuleAsync`, and are synchronous. Meaning they don't return until the operation, such as playback, is complete.
6363

64+
Note that on some platforms, sounds that are too short might not play correctly. This is true in JavaScript as well.
65+
6466
## Functions
6567
These are the current Audio APIs available in C/C++:
6668

0 commit comments

Comments
 (0)