diff options
Diffstat (limited to '')
-rw-r--r-- | src/base/UMusic.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/UMusic.pas b/src/base/UMusic.pas index be6b8baf..c85e3417 100644 --- a/src/base/UMusic.pas +++ b/src/base/UMusic.pas @@ -454,6 +454,7 @@ type // PlaySound/StopSound will be removed then, OpenSound will be renamed to // CreateSound. function OpenSound(const Filename: IPath): TAudioPlaybackStream; + function OpenSoundBuffer(Buffer: TStream; Format: TAudioFormatInfo): TAudioPlaybackStream; procedure PlaySound(Stream: TAudioPlaybackStream); procedure StopSound(Stream: TAudioPlaybackStream); |