InputSoundFile.openFromMemory

Open a sound file in memory for reading.

The supported audio formats are: WAV (PCM only), OGG/Vorbis, FLAC. The supported sample sizes for FLAC and WAV are 8, 16, 24 and 32 bit.

class InputSoundFile
bool
openFromMemory
(
const(void)[] data
)

Return Value

Type: bool

true if the file was successfully opened.

Meta