International Journal of Technology
  • Year: 2017
  • Volume: 7
  • Issue: 1

Automated Scrolling Using Speech Recognition

1Associate Professor, SCOPE, VIT University, Vellore

2Student, SCOPE, VIT University, Vellore

*Corresponding Author E-mail: ankita.singh1110@outlook.com,

**shaks018@gmail.com,

***apurva.singh_2013@vit.ac.in,

****kmanikandan@vit.ac.in

Online published on 5 April, 2018.

Abstract

The Automated Scrolling Using speech recognition is a promising technique which allows users to scroll through a document with minimum effort and in a smart manner. Speech recognition is being used to perform speech to text conversion of the user's input which is then processed to accomplish automated scrolling. Google speech recognition API and python speech recognition library are used for efficient extraction of user speech input. A string matching algorithm is used to keep track of user speech input which is converted to text and the document which is to be scrolled. The paper discusses all the modules present in the creation of a proficient automated scrolling system using speech recognition.

Keywords

Google Speech to Text API, Python Speech Recognition Library, Knuth-Morris-Pratt string matching algorithm, Inter Process Communication, Scroll Event