Skip to content

Sound.Bit Method

Definition

Creates a sound representing a single bit encoded as two pulses of equal length.

public static Sound Bit(int pulseLength);

View source

Parameters

Name Type Description
pulseLength Int32 The length of each pulse in T-states.

Returns

Sound

A new Sound representing a single bit.