Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 633 Bytes

bash-ivr

Interactive Voice Response system (IVR) in bash - speaks a menu then uses digit keys to select options.

The menu system is defined by a set of suitably named files in a defined directory.

Custom wav files can be used to speak each menu option, or they can use TTS.

Dependencies

Other things you'll need

  • a set of wav files, one for each digit to be spoken (eg. 1.wav)
  • a sound to mark the start of a menu (menuheader.wav)