New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sillyscope

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sillyscope

silly oscilloscope

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

sillyscope

oscilloscope and spectroscope that reads from stdin

example

If you type:

$ sox look_around_you.mp3 -c1 -r44k -t f32 - | sillyscope --range=100-20k

you will get a live scanning spectroscope in a chromeless chrome window.

sillyscope spectrogram

usage

usage: sillyscope OPTIONS

  Show a scanning spectrograph from 32-bit little-endian float data from stdin.

  where OPTIONS are:

    --range=START-END
    
      Limit the vertical axis between START and END in Hz.
      You can use `k` as short-hand for 1000s. Default: 0-44k.

    --rate=RATE

      Expect RATE bytes per second as input. Default: 44k.

    --samples=SAMPLES

      Use SAMPLE many samples each sweep of the fft.
      More samples will be slower but higher resolution.
      Default: 11k.

limitations

Only supports 32-bit float input right now.

install

With npm do:

npm install -g sillyscope

license

MIT

Keywords

oscilloscope

FAQs

Package last updated on 06 Jun 2013

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