Algosim documentation: IsSound

IsSound

Tests if an object is a sound.

Syntax

Description

If X is any object, then IsSound(X) returns true iff X is a sound.

Examples

IsSound(SineTone(200, 0.1, 10))
true