mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
- Add type stubs for external packages (faiss, psutil, readability, etc.) - Move typings to types/ directory - Update pyproject.toml with mypy plugin configuration - Add project URLs (Homepage, Repository) - Update python version to 3.12 in pyright config
8 lines
122 B
Python
8 lines
122 B
Python
def encode(
|
|
input_path: str,
|
|
output_path: str,
|
|
*,
|
|
pcm_rate: int,
|
|
tencent: bool = ...,
|
|
) -> float: ...
|