AudioStreamMyTone

Inherits: AudioStream < Resource < RefCounted < Object

Audio Stream tone generator

Description

Audio Stream tone that can be used to test Csound integration with Godot.

Properties

float

hz

639.0

Methods

String

get_stream_name() const

void

reset()


Property Descriptions

float hz = 639.0 🔗

Sets the frequency (hz) of the generated tone.


Method Descriptions

String get_stream_name() const 🔗

The name assigned to this audio stream. Unused by the engine.


void reset() 🔗

Resets the tones position.