loadStreamingSoundFile

Loads a Sound from a file for streaming.

@trusted
loadStreamingSoundFile
(
in string file
,
in size_t numBuffers = 4
)

Parameters

file string

The file where the sound is stored.

Return Value

A StreamedSound instance loaded from the specified file.

Meta