ManimCommunity/manim

Remove `pydub` from dependencies

Open

#3,968 创建于 2024年10月20日

在 GitHub 查看
 (7 评论) (2 反应) (0 负责人)Python (1,378 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (17,820 star)
PR 合并指标
 (平均合并 90天 10小时) (30 天内合并 31 个 PR)

描述

pydub is no longer actively maintained, and is now running into issues with audioop being removed in python 3.13. As such, we should try to remove it from our dependencies and implement the needed features ourselves.

From a quick look through the code, the main features needed to implement are:

  • AudioSegment.silent
  • AudioSegment.overlay
  • AudioSegment.from_file

https://github.com/ManimCommunity/manim/blob/ce1fff645d2b457919933c3f92cb6106fbb9b6a1/manim/scene/scene_file_writer.py#L330-L334

https://github.com/ManimCommunity/manim/blob/ce1fff645d2b457919933c3f92cb6106fbb9b6a1/manim/scene/scene_file_writer.py#L327

https://github.com/ManimCommunity/manim/blob/ce1fff645d2b457919933c3f92cb6106fbb9b6a1/manim/scene/scene_file_writer.py#L370

贡献者指南