synthmint

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i synthmint

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

3.09 kB

Total Files

8

Last publish

Collaborators

  • overflowproggramer