Socket
Socket
Sign inDemoInstall

record-schedule

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

record-schedule

Record audio on a recurring schedule and post to a server using Sox and Lame


Version published
Maintainers
1
Created
Source

record-schedule - Record audio on a recurring schedule and post to a server using SoX and LAME

NPM version Dependency Status

record-schedule is a CLI to run a background service that will:

  1. Automatically record audio on a recurring schedule using the sox CLI
  2. Convert the audio to MP3 using the lame CLI
  3. Post MP3 to a remote server

Installation

  • Requires Node.js to be installed. You'll typically find this available in your OS package manager.
  • Requires the sox and lame CLI to be installed.
  • npm install -g record-schedule (You may need to run this under sudo.)

Configuration

To locate your config.js file run:

$ record-schedule config

The config variables are:

config.minutesToRecord =  10;
config.recurrance.hour = 15;
config.recurrance.minute = 30;
config.recurrance.second = 0;
config.recurrance.dayOfWeek = 5;
config.server.url =  '<url>';
// Optional Parameters
config.params.foo = 'bar';

Recurrance

Running

$ record-schedule start
  • To stop scheduled recordings
$ record-schedule stop

Keywords

FAQs

Package last updated on 21 Feb 2016

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