Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AudioSampleFormat

Describes the numeric format used to represent individual audio samples.

Items 2

HistoryNameValueDescription
737Int160

Samples are represented as 16-bit signed integers, ranging from -32768 to 32767.

737Float321

Samples are represented as 32-bit floating-point numbers, typically ranging from -1.0 to 1.0.

Description

The AudioSampleFormat enum describes the numeric format used to represent individual audio samples in an audio stream buffer.

History 3

Settings