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

Stop using deprecated audioop for G711 and Opus #1075

Merged
merged 2 commits into from May 21, 2024
Merged

Conversation

jlaine
Copy link
Collaborator

@jlaine jlaine commented Mar 25, 2024

The audioop module is deprecated and will be removed in Python 3.13, so use PyAV's codecs instead.

Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d92adb3) to head (b45e4af).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1075   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines         5868      5863    -5     
=========================================
- Hits          5868      5863    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jlaine jlaine changed the title Stop using deprecated audioop for G711 Stop using deprecated audioop for G711 and Opus May 20, 2024
@jlaine jlaine marked this pull request as ready for review May 20, 2024 12:53
The `audioop` module is deprecated and will be removed in Python 3.13,
so use PyAV's codecs instead.
The `audioop` module is deprecated and will be removed in Python 3.13,
so use PyAV's codecs instead.
@jlaine jlaine merged commit 5b79a90 into aiortc:main May 21, 2024
18 checks passed
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.

None yet

1 participant