Skip to content

Sound Tile#


alt text A Tile that stores and returns sound file.

Description#

Description

  • Stores sound files.

Output#

Excel File#

Info
  • Return
    The relative path to the sound file.
    
  • Usage
    Returns the sound file.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)