Pudu programming language
Menu
API reference

Std.Audio.Graph.Node

1 declaration

type

Node

This declaration introduces a public type.

What it does

A source of audio that renders any range of frames on demand.

Every node is a function of frame position, not of how many times it was

asked, so a range rendered in one slice or in many gives the same samples.

That is what makes seeking exact and what lets a presenter choose its slice

size without changing the sound.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Audio.GraphSearch related declarations