Socket
Socket
Sign inDemoInstall

musikbox

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    musikbox

This is a joke application that plays a given song using text to speech. In german.


Version published
Weekly downloads
7
increased by250%
Maintainers
1
Install size
238 kB
Created
Weekly downloads
 

Readme

Source

musikbox

Play songs via text to speech. In german.


NPM Version Install Size


Introduction

This application plays a song using text to speech. The lyrics are fetched from https://www.songtexte.com/ and the voice is generated using either say (macOS) or System.Speech.Synthesis.SpeechSynthesizer (Windows). If a german version of the lyrics exists, it is used instead, because german lyrics are obviously superior (i guess).

Usage

npx musikbox "sound of silence"

Development

Clone this repository

git clone https://github.com/FaustTobias/musikbox
cd musikbox

Install all dependencies using your favorite package manager.

$ npm i
$ yarn
$ pnpm

Start without compiling

$ npm run start
$ yarn start
$ pnpm run start

Create production builds

$ npm run build
$ yarn build
$ pnpm run build

All build artifacts will be put into the lib folder.

License

MIT

Maintainer

Tobias Faust

Keywords

FAQs

Last updated on 10 Mar 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc