voice
Implementation of the Discord Voice API for discord.js and other JS/TS libraries
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- deploy.yml
- labelsync.yml
- test.yml
- CODE_OF_CONDUCT.md
- COMMIT_CONVENTION.md
- CONTRIBUTING.md
- FUNDING.yml
- labels.yml
- PULL_REQUEST_TEMPLATE.md
- SUPPORT.md
- tsc.json
- commit-msg
- pre-commit
- index.yml
- README.md
- adapter.ts
- basic-example.ts
- README.md
- subscription.ts
- track.ts
- bot.ts
- .eslintrc.json
- .gitignore
- auth.example.json
- package.json
- README.md
- tsconfig.eslint.json
- tsconfig.json
- .gitignore
- config.example.json
- index.js
- package.json
- README.md
- .gitkeep
- bot.ts
- createListeningStream.ts
- deploy.ts
- interactions.ts
- .eslintrc.json
- .gitignore
- auth.example.json
- package.json
- README.md
- tsconfig.eslint.json
- tsconfig.json
- README.md
- UNLICENSE
- docs.mjs
- postbuild.mjs
- ws.js
- DataStore.test.ts
- joinVoiceChannel.test.ts
- VoiceConnection.test.ts
- AudioPlayer.test.ts
- AudioResource.test.ts
- TransformerGraph.test.ts
- AudioPlayer.ts
- AudioPlayerError.ts
- AudioResource.ts
- index.ts
- PlayerSubscription.ts
- TransformerGraph.ts
- VoiceUDPSocket.test.ts
- VoiceWebSocket.test.ts
- index.ts
- Networking.ts
- VoiceUDPSocket.ts
- VoiceWebSocket.ts
- rtp.ts
- AudioReceiveStream.test.ts
- SpeakingMap.test.ts
- SSRCMap.test.ts
- VoiceReceiver.test.ts
- AudioReceiveStream.ts
- index.ts
- SpeakingMap.ts
- SSRCMap.ts
- VoiceReceiver.ts
- abortAfter.test.ts
- demuxProbe.test.ts
- entersState.test.ts
- Secretbox.test.ts
- abortAfter.ts
- adapter.ts
- demuxProbe.ts
- entersState.ts
- generateDependencyReport.ts
- index.ts
- Secretbox.ts
- util.ts
- DataStore.ts
- index.ts
- joinVoiceChannel.ts
- VoiceConnection.ts
- .commitlintrc.json
- .eslintignore
- .eslintrc.json
- .gitattributes
- .gitignore
- .lintstagedrc.json
- .npmrc
- .prettierrc.json
- .versionrc
- babel.config.js
- CHANGELOG.md
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.eslint.json
- tsconfig.json
- tsup.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/discordjs/voice
Downloads the entire project code from GitHub to your computer.
cd voice
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
<a href="https://www.npmjs.com/package/@discordjs/voice"><img src="https://img.shields.io/npm/v/@discordjs/voice.svg?maxAge=3600" alt="npm version" /></a>
Type this command into your terminal and run it.
<a href="https://www.npmjs.com/package/@discordjs/voice"><img src="https://img.shields.io/npm/dt/@discordjs/voice.svg?maxAge=3600" alt="npm downloads" /></a>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
