https://github.com/devidw/e11
fully typed js/ts openapi client for elevenlabs api
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.7%) to scientific vocabulary
Keywords
Repository
fully typed js/ts openapi client for elevenlabs api
Basic Info
- Host: GitHub
- Owner: devidw
- Language: TypeScript
- Default Branch: main
- Homepage: https://npmjs.com/package/e11
- Size: 46.9 KB
Statistics
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Topics
Metadata Files
README.md
elf ~ e11
fully typed js/ts openapi client for elevenlabs api
- https://api.elevenlabs.io/docs
bash
pnpm add e11
```ts import { Configuration, TextToSpeechApi } from "e11" import fs from "fs"
console.assert(process.env.SOME_SECRET)
const apiConfig = new Configuration({ apiKey: process.env.SOME_SECRET, })
const tts = new TextToSpeechApi(apiConfig)
const res = await tts.textToSpeechV1TextToSpeechVoiceIdPost( { voiceId: "21m00Tcm4TlvDq8ikWAM", bodyTextToSpeechV1TextToSpeechVoiceIdPost: { text: "helllo babeee", modelId: "elevenmultilingualv2", }, }, { responseType: "arraybuffer", } )
console.log(res.statusText)
fs.writeFileSync("output.mp3", Buffer.from(res.data)) ```
Owner
- Name: David Wolf
- Login: devidw
- Kind: user
- Location: The Zone
- Website: https://david.wolf.gdn
- Repositories: 159
- Profile: https://github.com/devidw
// uncommenting
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: 2 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- PiotrDabkowski (1)
Pull Request Authors
- dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- typescript ^5.2.2 development
- axios ^1.5.0
- typescript@5.2.2 development
- asynckit@0.4.0
- axios@1.5.0
- combined-stream@1.0.8
- delayed-stream@1.0.0
- follow-redirects@1.15.3
- form-data@4.0.0
- mime-db@1.52.0
- mime-types@2.1.35
- proxy-from-env@1.1.0