Skip to content

M_MSCLoader_ModAudio_LoadAudioFromFile

piotrulos edited this page Jan 15, 2026 · 9 revisions

LoadAudioFromFile Method

Load audio from file

Definition

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.0.388

C#

public void LoadAudioFromFile(
	string path,
	bool doStream,
	bool background
)

View Source

Parameters

  String
Full path to audio file
  Boolean
Stream from HDD instead of loading to memory
  Boolean
Load file in background

See Also

Reference

ModAudio Class
MSCLoader Namespace

Clone this wiki locally