PPT PageUp and PageDown based on voice command
Versione 1.0.0 (368 KB) da
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
Cita come
halleyhit (2025). PPT PageUp and PageDown based on voice command (https://it.mathworks.com/matlabcentral/fileexchange/168476-ppt-pageup-and-pagedown-based-on-voice-command), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2024a
Compatibile con R2019a e release successive
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
common/library
common/script
pyscr_myN/sysobj
pyscr_myP/sysobj
common/library
pyscr_myN/library
pyscr_myP/library
common/doc
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
