Telegram VoIP Library for Python
Project description
pytgvoip
Telegram VoIP Library for Python
PytgVoIP is a Telegram VoIP library written in Python and C++.
It uses libtgvoip (a library used in official clients) for voice encoding and transmission, and pybind11 for simple generation of Python extension written in C++.
It is targeted to MTProto client library developers, detailed usage guide is available here.
An example of usage with Pyrogram is available here (stefano-pytgvoip-pyrogram in PyPI), could be used as reference.
Features
- Python callbacks for sending and receiving audio stream frames allow flexible control
- Pre-built Windows wheels in PyPI
Requirements
- Python 3.5 or higher
Linux, MacOS: (use binary wheels from PyPI for Windows)
- libtgvoip
- CMake, C++11-compatible compiler, Python headers
Installing
pip3 install pytgvoip
Install pytgvoip_pyrogram to use this module with Pyrogram.
Encoding audio streams
Streams consumed by libtgvoip should be encoded in 16-bit signed PCM audio.
$ ffmpeg -i input.mp3 -f s16le -ac 1 -ar 48000 -acodec pcm_s16le input.raw # encode
$ ffmpeg -f s16le -ac 1 -ar 48000 -acodec pcm_s16le -i output.raw output.mp3 # decode
❤️ Donate
If this project helps you, consider buying me a coffee:
PayPal.
..and yes... 😊 the paypal account is correct. Thank you so much!
📜 License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stefano_pytgvoip-0.1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: stefano_pytgvoip-0.1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7e379e9ce4a3d70192a60004b884594d86b34f7b2e75fc0c7899f9159393913
|
|
| MD5 |
7f3f253c3723a7f4524e8a6873552d57
|
|
| BLAKE2b-256 |
25070bd974cd36f1b596015e3e9444939c43fcd56a509b555a6aac467cddeb8b
|
File details
Details for the file stefano_pytgvoip-0.1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: stefano_pytgvoip-0.1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0c21a2c5d0d84e5d36ef0cfb63dd5be20f40ea0850980e37b14b85d1c7f098f
|
|
| MD5 |
a49c943e1921da10b5a27e58b106e5d6
|
|
| BLAKE2b-256 |
c3644484dc82af6f512159d12577323714f4687af06c7ef3090ec3135cbc5846
|
File details
Details for the file stefano_pytgvoip-0.1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: stefano_pytgvoip-0.1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f15bf816d9530247ece6ad7321d7af7b530314f86c99752505e344e86457329
|
|
| MD5 |
8be0262fc34ef609ecaa62e2295b23b0
|
|
| BLAKE2b-256 |
2095955897884104cb3fbf7b158588fd99e83b734b1a9f89b4fceb0bd21bb58b
|
File details
Details for the file stefano_pytgvoip-0.1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: stefano_pytgvoip-0.1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d0db8d5fb63ab72931272ff23c759b4c8ded6b1dbae8c3f994d8ceafbae754c
|
|
| MD5 |
06981c6ed8f24b2caddb6b9319218d18
|
|
| BLAKE2b-256 |
0df760edd7b17c3113df8d929d26f07fba8042d56299ae8bc42fab0e47613def
|