Skip to content

Conversation

Janzert
Copy link

@Janzert Janzert commented Aug 23, 2025

This changes from using Pydub to PyAV for audio file conversion in aider.

Development on Pydub seems to have stopped (last commit December 2022) and hasn't been updated for compatibility with python >=3.13. On the other hand PyAV is seeing ongoing active development and seems to be the most established active library that handles audio file conversion at this point.

Not sure if a squash commit is preferred here, so I'll just leave the original aider generated commits.

Janzert and others added 13 commits August 23, 2025 02:43
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
@CLAassistant
Copy link

CLAassistant commented Aug 23, 2025

CLA assistant check
All committers have signed the CLA.

warnings.filterwarnings(
"ignore", message="Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work"
)
warnings.filterwarnings("ignore", category=SyntaxWarning)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if these warning filters are needed anymore or if they were specific to pydub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants