Skip to content

Monaco Speech Editor for macOS

Latest
Compare
Choose a tag to compare
@luochang212 luochang212 released this 29 Aug 10:20
· 1 commit to master since this release

Usage

  1. Download and unzip monaco-speech-editor-macOS.zip.
  2. Open monaco-speech-editor-macOS.
  3. Right click monaco-speech-editor.command.
  4. Click Open on the context menu.
  5. Click Open on the pop-up window.
  6. Click Ok on the pop-up window.
  7. Double click monaco-speech-editor.command, it should work now.

Note: Please don't double click Monaco Speech Editor directly. Because this application doesn't have a code signing.

Dependencies

Before you open this application, please make sure both node and npm are available:

# This command should print the version of Node.js
node -v

# This command should print the version of npm
npm -v