manim/tests
Benjamin Hackl d029beb2b7
bugfix: convert non-.wav/.raw files to .wav before passing to pydub (#3832)
pydub will try to use `ffmpeg` for non-`.wav`/`.raw` files, which is no longer a dependency of Manim. To avoid this, we convert non `.wav`/`.raw` files into `.wav` files before passing it to pydub.

---------

Co-authored-by: JasonGrace2282 <aarush.deshpande@gmail.com>
2024-08-14 16:42:15 +00:00
..
control_data Let SceneFileWriter access ffmpeg via av instead of via external process (#3501) 2024-05-15 13:23:09 +00:00
helpers Fixed behavior of config.background_opacity < 1 and duplicated log messages (#3680) 2024-07-15 00:50:44 +02:00
interface Add Ruff Lint (#3780) 2024-06-03 23:39:08 -04:00
miscellaneous Update dependency constraints, fix deprecation warnings (#3376) 2023-12-06 14:44:13 +01:00
module Experimenting with an HSV class (#3518) 2024-07-25 22:44:22 +02:00
opengl Added colorscale to axes.plot() (#3148) 2024-07-25 18:46:15 +00:00
test_graphical_units Added colorscale to axes.plot() (#3148) 2024-07-25 18:46:15 +00:00
test_logging Use ruff for pytest style (#3872) 2024-07-21 14:37:57 +00:00
test_plugins Use ruff for pytest style (#3872) 2024-07-21 14:37:57 +00:00
test_scene_rendering bugfix: convert non-.wav/.raw files to .wav before passing to pydub (#3832) 2024-08-14 16:42:15 +00:00
utils Removed unused `GraphicalUnitTester` (#3054) 2022-11-30 22:10:13 +01:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
conftest.py Fixed behavior of config.background_opacity < 1 and duplicated log messages (#3680) 2024-07-15 00:50:44 +02:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_camera.py Allow using :meth:.MovingCamera.auto_zoom without animation (#2693) 2022-04-22 23:07:52 +02:00
test_code_mobject.py Fix Code mobject wrong indentation (#2725) 2022-05-23 21:05:54 +00:00
test_config.py Fixed behavior of config.background_opacity < 1 and duplicated log messages (#3680) 2024-07-15 00:50:44 +02:00
test_ipython_magic.py Change from tempconfig to a config fixture in tests (#3853) 2024-07-12 22:41:51 +02:00
test_linear_transformation_scene.py Use ruff for pytest style (#3872) 2024-07-21 14:37:57 +00:00