1.0.3 • Published 3 years ago

synthmint v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

SynthMINT

What is it?

SynthMint is a easy way to implement sounds into plain javascript or easier way to implement a tts function into your html app

Installation

Step 1:

npm i synthmint

Step 2:

const synth = require('synthmint');

Examples

Speach:

const synth = require('synthmint');

SynthMINT.speak("YO Im talking! Wtf is this magic thing?");

Single Beep:

const synth = require('synthmint');

SynthMINT.beepOnce();

Multi Beep:

const synth = require('synthmint');

SynthMINT.multi(3);

Play:

const synth = require('synthmint');

SynthMINT.play("d:/music/my_audio.mp3");

Developers

  • Ryan Rudd - Head of staff (The only one to be fair)

    So yea, I coded this in like 20 minutes because its 12:43 am at the time im typing this and I was bored so I made this. So yea, enjoy! ~ Ryan Rudd

Social Media

TWITTER

DISCORD