{"id":16649486,"url":"https://github.com/rapptz/discord-ext-native-voice","last_synced_at":"2025-10-02T23:34:34.988Z","repository":{"id":66092940,"uuid":"289614417","full_name":"Rapptz/discord-ext-native-voice","owner":"Rapptz","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-16T04:25:50.000Z","size":50,"stargazers_count":34,"open_issues_count":2,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-08T23:47:02.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rapptz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-23T04:20:08.000Z","updated_at":"2024-12-14T05:56:48.000Z","dependencies_parsed_at":"2023-02-24T07:45:16.924Z","dependency_job_id":null,"html_url":"https://github.com/Rapptz/discord-ext-native-voice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapptz%2Fdiscord-ext-native-voice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapptz%2Fdiscord-ext-native-voice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapptz%2Fdiscord-ext-native-voice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapptz%2Fdiscord-ext-native-voice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rapptz","download_url":"https://codeload.github.com/Rapptz/discord-ext-native-voice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235048993,"owners_count":18927715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T09:10:37.910Z","updated_at":"2025-10-02T23:34:29.649Z","avatar_url":"https://github.com/Rapptz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# discord-ext-native-voice\n\nAn experimental module to bring native performance to voice sending.\n\n## Requirements\n\n- Rust v1.45+\n- The stuff in Cargo.toml, requirements.txt and requirements-dev.txt\n\n## Installation\n\nA working Rust compiler with `rustc` and `cargo` is required to build this package.\n\nTo build and install the package, do the following:\n\n```bash\npip install -U -r requirements-dev.txt\npip install -U .\n```\n\nThe compilation and Rust package resolution will be automatically handled by `setuptools-rust`.\n\n## Usage\n\nThis voice implementation operates using the discord.py `VoiceProtocol` interface.\n\nTo use it, pass the class into [`VoiceChannel.connect`](https://discordpy.readthedocs.io/en/latest/api.html#discord.VoiceChannel.connect):\n\n```python\n\nfrom discord.ext.native_voice import VoiceClient\n\n...\nclient = await voice_channel.connect(cls=VoiceClient)\nclient.play(\"audio.mp3\")\n```\n\nThe interface imitates the standard [VoiceClient](https://discordpy.readthedocs.io/en/latest/api.html#discord.VoiceClient), but it is implemented natively in Rust.\n\n## License\n\nMIT or Apache-2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapptz%2Fdiscord-ext-native-voice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapptz%2Fdiscord-ext-native-voice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapptz%2Fdiscord-ext-native-voice/lists"}