Skip to content

Commit

Permalink
Add sfSoundBufferRecorder_[gs]etChannelCount
Browse files Browse the repository at this point in the history
This requires CSFML version with this change included:
SFML/CSFML#294

Added test I made for Rosetta including the new setChannelCount and
getChannelCount functions.
  • Loading branch information
mgrojo committed Sep 4, 2024
1 parent 7062e66 commit a00949d
Show file tree
Hide file tree
Showing 10 changed files with 1,163 additions and 5 deletions.
389 changes: 389 additions & 0 deletions doc/docs/sf__audio__soundbufferrecorder___spec.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions doc/entities/subprograms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,13 @@ GNATdoc.EntitiesCategory = {
"declared_qualifier": "",
"srcHref": "srcs/sf-audio-soundbuffer.ads.html#L177"
},
{
"label": "getChannelCount",
"docHref": "docs/sf__audio__soundbufferrecorder___spec.html#L151C13",
"declared": "Sf.Audio.SoundBufferRecorder",
"declared_qualifier": "",
"srcHref": "srcs/sf-audio-soundbufferrecorder.ads.html#L151"
},
{
"label": "getChannelCount",
"docHref": "docs/sf__audio__soundrecorder___spec.html#L211C13",
Expand Down Expand Up @@ -7582,6 +7589,13 @@ GNATdoc.EntitiesCategory = {
"declared_qualifier": "",
"srcHref": "srcs/sf-graphics-view.ads.html#L70"
},
{
"label": "setChannelCount",
"docHref": "docs/sf__audio__soundbufferrecorder___spec.html#L136C14",
"declared": "Sf.Audio.SoundBufferRecorder",
"declared_qualifier": "",
"srcHref": "srcs/sf-audio-soundbufferrecorder.ads.html#L136"
},
{
"label": "setChannelCount",
"docHref": "docs/sf__audio__soundrecorder___spec.html#L197C14",
Expand Down
2 changes: 1 addition & 1 deletion doc/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNATdoc.Index = {
"project": "ASFML",
"timestamp": "2024-06-01 14:04:23"
"timestamp": "2024-09-04 18:25:32"
};
Loading

0 comments on commit a00949d

Please sign in to comment.