fifteenai

1.0.6 • Public • Published

🔊 FifteenAI

Update (9/18 11AM EST): It looks like 15ai's official API is having some issues. You may get a file that contains 26 bytes of nothing. We can't do anything besides wait for 15ai to fix it. Check my Twitter for updates.


Welcome to an unofficial 15.AI NPM package! This package lets you generate text to speech with your favorite cartoon characters avilable on 15.ai.

Characters Supported

  • SpongeBob
  • Twilight Sparkle
  • Rarity
  • Fluttershy
  • Rainbow Dash
  • Rise Kujikawa

Initialize FifteenAI NPM

npm install fifteenai - installs the package

const ai = require('fifteenai') - references the package

*Each function using FifteenAI should be async.

How to Use

Using the FifteenAI NPM module is very easy! Just use ai('text') and it'll return a link to the audio URL. Audio files on my server are kept for 7 days.

Examples

const ai = require("fifteenai") //require the package
test() //call the function
async function test() 
{console.log(await ai('Hello World!'))} //declare the function

will return this to the console: https://15ai.willm.xyz/stored/hello-world.mp3


If you have any questions, please join our Discord server!

*Not an official 15ai package.

Package Sidebar

Install

npm i fifteenai

Homepage

willm.xyz

Weekly Downloads

0

Version

1.0.6

License

GPL-3.0

Unpacked Size

2.88 kB

Total Files

7

Last publish

Collaborators

  • willm4937