summaryrefslogtreecommitdiffstats
path: root/doc/classes/AudioStreamGeneratorPlayback.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* Document `AudioStreamGeneratorPlayback.get_skips()`trevyn2023-11-021-0/+1
| | | | Co-Authored-By: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Update AudioStreamGeneratorPlayback.xmlFireflash2022-09-101-1/+1
| | | | Fixed incorrect method description for `get_frames_available`. According to [The AudioStreamGenerator source](https://github.com/godotengine/godot/blob/master/servers/audio/effects/audio_stream_generator.cpp#L132), the `get_frames_available` method should return the space remaining in the sample buffer.
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-3/+3
|
* Remove unused GDNative codeRémi Verschelde2022-03-091-2/+2
| | | | | | | | | This has been superseded by GDExtension so this code is no longer useful nor usable. There's still some GDNative-related stuff in platform export code which needs to be adapted for GDExtension (e.g. to include GDExtension libraries in exports).
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Fixes invalid links to tutorials in AudioStreamGenerator, ↵Ev012022-01-311-1/+1
| | | | AudioStreamGeneratorPlayback, and AudioEffectSpectrumAnalyzer class references
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-18/+9
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Improve AudioStreamGenerator and AudioEffectSpectrumAnalyzer documentationHugo Locurcio2021-05-151-1/+9
| | | | - Mention audio sample rate caveats in other classes where relevant.
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-1/+1
| | | | Handle removal of Pool*Array types and other recent changes.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Improve AudioStreamSample and AudioStreamGenerator documentationHugo Locurcio2019-08-311-0/+1
| | | | | | | - Add a link to the audio generator demo in AudioStreamGenerator and AudioStreamGeneratorPlayback. - Mention that signed PCM8 data is expected in AudioStreamSample (and how to convert unsigned PCM8 to signed PCM8).
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Sync classref with current sourceRémi Verschelde2019-04-151-0/+57