0.5.0 • Published 4 years ago
aflr v0.5.0
Aflorithmic Javascript SDK
Documentation
Installation
yarn add aflr
or npm install --save aflr
Import and Usage
It can be used by a singular import or modular imports.
import Aflr from "aflr";
Aflr.configure(...);
Aflr.Script.list();
import Aflr, { Script, Voice, Speech } from "aflr";
Aflr.configure(...);
Script.list();
A detailed documentation can be found on docs.api.audio
Development notes
How to push a new version
npm version <version_type>
version_type can be: major
, minor
or patch
then
npm publish
Running tests
To be able to run the tests, create a .env
file and put a valid API_KEY
parameter in it. Also see test-config.ts
file.
0.5.0
4 years ago
0.4.3
4 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.4.2
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.2
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.0
4 years ago
0.3.1
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.1.0
4 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago