MusicTone Constructor

Plays a single tone at the user specified frequency. AudioFrequency Sound frequency to play. A value of zero will silence the device. The effective frequency range is 10-10000Hz. Any nonzero frequency less than 10 Hz will be capped to 10Hz. Any frequency above 10Khz will be capped to 10KHz.

Definition

Namespace: CTRE.Phoenix6.Controls
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public MusicTone(
	double AudioFrequency
)

Parameters

AudioFrequency  Double

[Missing <param name="AudioFrequency"/> documentation for "M:CTRE.Phoenix6.Controls.MusicTone.#ctor(System.Double)"]

See Also