AudioManager.createStreamingSource

Create a a new StreamingSource at the specified location. The Source is also added to this AudioManager. This is for Streaming sounds.

class AudioManager
@trusted
createStreamingSource

Parameters

location Vec3

The location of the Source.

Return Value

A new Source.

Meta