Skip to content
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

DeprecationWarning: 'audioop' is deprecated and slated for removal in Python 3.13 #760

Open
TruncatedDinoSour opened this issue Nov 11, 2023 · 2 comments

Comments

@TruncatedDinoSour
Copy link

Steps to reproduce

use the lib

Expected behavior

u should switch from audioop

Actual behavior

its being deprecated lol

Your System configuration

  • Python version: 3.11.5
  • Pydub version: 0.25.1
  • ffmpeg or avlib?: ffmpeg
  • ffmpeg/avlib version: 2:6.0-13

Is there an audio file you can include to help us reproduce?

You can include the audio file in this issue - just put it in a zip file and drag/drop the zip file into the github issue.

idk i was doing some audio captcha stuff and it threw tht warning, i was converting from wav to ogg

@GreyAlien502
Copy link
Collaborator

This is a good opportunity to switch to numpy, which i've wanted to do for a while.
This would allow simpler, more readable, less buggy code going forward.
A downside is that we would have another dependency, though numpy is not the worst dependency to have.
We can fall back to the current audioop code until it is removed.

@TruncatedDinoSour
Copy link
Author

This is a good opportunity to switch to numpy, which i've wanted to do for a while. This would allow simpler, more readable, less buggy code going forward. A downside is that we would have another dependency, though numpy is not the worst dependency to have. We can fall back to the current audioop code until it is removed.

epic

good luck

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

No branches or pull requests

2 participants