New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

slideprompter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slideprompter

Text to speech for Google Slides

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Slideprompter

Presents Google Slides and narrates them with synthesized voice.

Usage

npx slideprompter

Configuration

Slideprompter will look at the current directory for a file named slides.js or slides.json with the following settings:

  • chrome: path to the chrome browser executable
  • start: URL of the start slide
  • script: the text to speak.

Due to limitations of the speech synthesis API, long texts need to be broken down and separated by empty lines.

Use the text 'Next' to advance to the next slide or animation.

Here is an example:

module.exports = {
    chrome: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe',
    start: 'https://docs.google.com/presentation/...',
    script: `
    Welcome this is the first slide.

    Next

    This is the second slide

    Next

    This is animation in the second slide.

    If the text is very long, it must be broken by including empty lines.

    Next

    This is the last slide.
    Good bye!
    `
};

Recording the presentation

To record the presentation use your favorite screen recorder, for example use WIN+ALT+R under Windows.

FAQs

Package last updated on 17 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc