Table of Contents

Class AudioStreamPolyphonic

AudioStream that lets the user play custom streams at any time from code, simultaneously using a single player.

Inheritance
AudioStreamPolyphonic

Remarks

AudioStream that lets the user play custom streams at any time from code, simultaneously using a single player.

Playback control is done via the AudioStreamPlaybackPolyphonic instance set inside the player, which can be obtained via get_stream_playback, get_stream_playback or get_stream_playback methods. Obtaining the playback instance is only valid after the stream property is set as an AudioStreamPolyphonic in those players.

Properties

polyphony

Maximum amount of simultaneous streams that can be played.

var polyphony : int = 32

Property Value

int

Remarks

  • void set_polyphony(int value)
  • int get_polyphony