// DTMF touch-tone — the sound of dialing a phone number. // Run: node examples/dtmf.js 5551234 // Run: node examples/dtmf.js digits=*67 speed=0.15 // Keys: 0-9 * # A-D dial live · q quit import { AudioContext } from 'web-audio-api' import { schedule as scheduleDtmfDigit } from './graphs/dtmf.js' import { args, sec, keys, clearLine, help } from './utils.js' help({ description: 'dial telephone DTMF tones', usage: ['', '[digits] [tone-duration]', 'digits=*67 speed=0.15'], options: [ ['digits=', 'digits to dial; supports 0–9, *, and # (default: interactive)'], ['speed=