Sound.Bit Method
Definition
Creates a sound representing a single bit encoded as two pulses of equal length.
public static Sound Bit(int pulseLength);
Parameters
| Name | Type | Description |
|---|---|---|
| pulseLength | Int32 | The length of each pulse in T-states. |
Returns
A new Sound representing a single bit.