mkDtmf() function

Construct a waveform representing a string of DTMF digits. This is of finite duration, you may wish to sequence silence afterwards

Signature:

export declare function mkDtmf(digits: string): Wave;

Parameters

Parameter Type Description

digits

string

Returns: