Metadata-Version: 2.1
Name: py-tgcalls
Version: 0.2.1
Summary: UNKNOWN
Home-page: https://github.com/pytgcalls/pytgcalls
Author: Laky64
Author-email: iraci.matteo@gmail.com
License: LGPL-3.0
Description: # PyTgCalls
        
        [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pytgcalls/pytgcalls/master.svg)](https://results.pre-commit.ci/latest/github/pytgcalls/pytgcalls/master)
        
        # How to install?
        
        Here's how to install the PyTgCalls lib, the commands are given below:
        
        ``` bash
        # With Git
        pip install git+https://github.com/pytgcalls/pytgcalls
        
        # With PyPi
        pip install py-tgcalls
        ```
        
        # Conversion command
        
        ``` bash
        ffmpeg -i {INPUT_FILE} -f s16le -ac 1 -acodec pcm_s16le -ar {BITRATE} {OUTPUT_FILE}
        ```
        
        ## Credits
        
        Big thanks to [@evgeny-nadymov] for allowing us to use their code from [telegram-react]
        
        This library is based on [tgcallsjs] developed [@AndrewLaneX] and pyservercall by [@Laky-64]
        
        [@evgeny-nadymov]: https://github.com/evgeny-nadymov/
        [@AndrewLaneX]: https://github.com/AndrewLaneX/
        [telegram-react]: https://github.com/evgeny-nadymov/telegram-react/
        [tgcallsjs]: https://github.com/tgcallsjs/tgcalls
        [pyservercall]: https://github.com/pytgcalls/pyservercall/
        [@Laky-64]: https://github.com/Laky-64/
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
