PPT PageUp and PageDown based on voice command
Version 1.0.0 (368 KB) by
halleyhit
Say "right" or "left" to your microphone, and PPT slides will PageUp and PageDown. right - next page left - previous page
In this project, Simulink is used. Audio Device block to get signal from microphone. MATLAB Function block to convert signal into freq-domain. Deep Learning Network is used to recognise command. Function-call subsystem blocks are generated from Python and will control keyboard to press "N" and "P", which means PageUp and PageDown for PPT.
Please note, the Deep Learning Network is from MATLAB shipping demo, and it supports 10 different voice commands. Only two of them are used in this project.
How to use
1.install python. I am using version 3.11. Other supported version should work
2.install pyautogui
3.in MATLAB (r2024a or later), double click .mlproj file to extract the Simulink project
4.open test_model.slx and run it
5.open PPT and play slides
6.say "left" for pre-page and "right" for next-page
Cite As
halleyhit (2024). PPT PageUp and PageDown based on voice command (https://www.mathworks.com/matlabcentral/fileexchange/168476-ppt-pageup-and-pagedown-based-on-voice-command), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2024a
Compatible with R2019a and later releases
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
common/library
common/script
pyscr_myN/sysobj
pyscr_myP/sysobj
common/library
pyscr_myN/library
pyscr_myP/library
common/doc
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |