diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-01 16:01:29 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-01 16:01:29 +0000 |
| commit | 1b047995d1046a869fb0f1e8ecf430573e0207e9 (patch) | |
| tree | 96b93480837d6841e5e0b80c83fc1681433385b1 /parser/output/raylib_api.json | |
| parent | fdf9ac66dadabae0c3ce1dd40d5d6b9510c3b7cc (diff) | |
| download | raylib-1b047995d1046a869fb0f1e8ecf430573e0207e9.tar.gz raylib-1b047995d1046a869fb0f1e8ecf430573e0207e9.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index ab12a43e..1517846b 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -11669,7 +11669,7 @@ }, { "name": "AttachAudioStreamProcessor", - "description": "Attach audio stream processor to stream, receives the samples as <float>s", + "description": "Attach audio stream processor to stream, receives the samples as 'float'", "returnType": "void", "params": [ { @@ -11699,7 +11699,7 @@ }, { "name": "AttachAudioMixedProcessor", - "description": "Attach audio stream processor to the entire audio pipeline, receives the samples as <float>s", + "description": "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'", "returnType": "void", "params": [ { |
