SFML.Net
SoundBuffer Constructor |

Name | Description | |
---|---|---|
![]() |
SoundBuffer(Byte) |
Construct a sound buffer from a file in memory.
Here is a complete list of all the supported audio formats:
ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam,
w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64.
|
![]() |
SoundBuffer(Stream) |
Construct a sound buffer from a custom stream.
Here is a complete list of all the supported audio formats:
ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam,
w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64.
|
![]() |
SoundBuffer(String) |
Construct a sound buffer from a file
Here is a complete list of all the supported audio formats:
ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam,
w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64.
|
![]() |
SoundBuffer(SoundBuffer) |
Construct a sound buffer from another sound buffer
|
![]() |
SoundBuffer(Int16, UInt32, UInt32) |
Construct a sound buffer from an array of samples
|
