summaryrefslogtreecommitdiffstats
path: root/scene/resources/audio_stream_polyphonic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+8
* AudioStreamPolyphonic: Implement stopping with sample playbackRémi Verschelde2024-08-091-0/+4
* Fix polyphonic audio streams with id > 1 cannot be stopped or changed (MSVC m...David Trallero2024-07-221-2/+5
* Add samples playback supportAdam Scott2024-06-181-2/+52
* Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-USRémi Verschelde2023-01-231-1/+1
|\
| * Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* | Simplify AudioStreamPolyphonicJuan Linietsky2023-01-231-21/+9
|/
* Add AudioStreamPolyphonic to make it easier to play polyphonic sound from codeJuan Linietsky2023-01-221-0/+286