Giter VIP home page Giter VIP logo

tap-nyan-ogg's Introduction

tap-ogg

TAP reporter with support playing OGG sound files during TAP stream is producing. Since the first error occured, it produces mutated audio stream.

It takes TAP stream from standard input, plays sound to the speakers based on the given input, and finally sends unchanged input to the standard output.

As input, you can produce TAP stream in many ways. For example:

As output, you can use raw TAP stream, or you can use some TAP consumer. In my opinion, a funny option is tap-nyan for report visualisation.

Installation

Using NPM:

npm i tap-ogg

Using yarn:

yarn add tap-ogg

Configuration

Audio mutation effects can be configured in YAML formatted file. Configuration is read from config.yml from current working directory, if it exists. Otherwise is used default values. You can start your configuration by generation own file:

tap-ogg --defaults > config.yml

Feel free to experiment by changing effect parameters values while sound mutating. The changes will be applied and you can hear it immediately after configuration file, as it's watched on file system.

CLI Options

      --help      Show help                                            [boolean]
      --version   Show version number                                  [boolean]
  -d, --defaults  Print default configuration values                   [boolean]
  -c, --config    YAML configuration file path  [string] [default: "config.yml"]
  -a, --audio     Sound file path. Default is nyan cat song.            [string]
  -s, --silence   Do not play any sound.                               [boolean]
  -v, --volume    Set percent value of sound volume in range [0-100]
                                                         [number] [default: 100]

Nyan Cat Song

Default song that tap-ogg plays is got from The Internet Archive.

Original author of this song is daniwell. You can follow this artist on Twitter or visit their website.

tap-nyan-ogg's People

Contributors

marek629 avatar

Watchers

 avatar James Cloos avatar  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.