-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.13+ Support #26
Milestone
Comments
假设一直扔到 import warnings
with warnings.catch_warnings():
warnings.filterwarnings("ignore", category=DeprecationWarning)
... |
看起来 |
不如我们直接把audioop的C语言实现直接薅过来 |
原来silkv3编解码器本身就支持 8000, 12000, 16000, 24000, 32000, 44100, and 48000 的输入 |
3.13t 是什么 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
根据 PEP 594,audioop 库将会在 Python 3.11 被标记为弃用,并在 Python 3.13 正式弃用
虽然说后面会将其作为wave的方法,但是现在还没定下来
为了防止老年痴呆导致忘记这件事情,先记上
The text was updated successfully, but these errors were encountered: