New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

castle-audio

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castle-audio

before you can use this package,you need a baidu aip project,this is the website[https://ai.baidu.com/docs#/TTS-API/top]

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
6
20%
Maintainers
1
Weekly downloads
 
Created
Source

how to use this npm package

before you can use this package,you need a baidu aip project,this is the website[https://ai.baidu.com/docs#/TTS-API/top]

first : you need install package for your node project use this code in command

npm i -S castle-audio

then : import the function

import {set_token} from 'castle-audio'
set_token('your baidu aip token here')

then : you can use the function text2audio to play a text audio

import {text2audio} from 'castle-audio'
text2audio('hi,i am wiki')
text2audio('hi,i am wiki1')

FAQs

Package last updated on 11 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts