Skip to main content
Skip table of contents

File Reader Filter Specification

The file reader filter can only be used as the first filter of an input graph. It reads the audio file, and delivers linear (PCM) audio data. If the file is in a compressed audio format like MP3, decoding is automatically done to a suitable linear format.

JSON Structure

JS
{
	"name": "FileReader",
	"filePath": "..."
}
FieldDescription
filePathAbsolute path of the audio file, which the filter will read. This can be a local path, a network file path, or an internet URL.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.