1.0.2 • Published 4 years ago

musikbox v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

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

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago