Git Product home page Git Product logo

speechservice's Introduction

SpeechService

A little PoC to unlock the system speech synthesis via a Web API.

Command-Line Reference

service.exe [verb] [-option:value] [-switch]

run                 Runs the service from the command line (default)
help, --help        Displays help

install             Installs the service

  --autostart       The service should start automatically (default)
  --disabled        The service should be set to disabled
  --manual          The service should be started manually
  --delayed         The service should start automatically (delayed)
  -instance         An instance name if registering the service
                    multiple times
  -username         The username to run the service
  -password         The password for the specified username
  --localsystem     Run the service with the local system account
  --localservice    Run the service with the local service account
  --networkservice  Run the service with the network service permission
  --interactive     The service will prompt the user at installation for
                    the service credentials
  start             Start the service after it has been installed
  --sudo            Prompts for UAC if running on Vista/W7/2008

  -servicename      The name that the service should use when
                    installing
  -description      The service description the service should use when
                    installing
  -displayname      The display name the the service should use when
                    installing

start               Starts the service if it is not already running

stop                Stops the service if it is running

uninstall           Uninstalls the service

  -instance         An instance name if registering the service
                    multiple times
  --sudo            Prompts for UAC if running on Vista/W7/2008

Examples:

service install
    Installs the service into the service control manager

service install -username:joe -password:bob --autostart
    Installs the service using the specified username/password and
    configures the service to start automatically at machine startup

service uninstall
    Uninstalls the service

service install -instance:001
    Installs the service, appending the instance name to the service name
    so that the service can be installed multiple times. You may need to
    tweak the log4net.config to make this play nicely with the log files.

Usage

Usage!

speechservice's People

Contributors

mvanvuren avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.