Skip to content

Restrict torchaudio version to <2.9.0#749

Open
walbers wants to merge 1 commit into
snakers4:masterfrom
walbers:patch-1
Open

Restrict torchaudio version to <2.9.0#749
walbers wants to merge 1 commit into
snakers4:masterfrom
walbers:patch-1

Conversation

@walbers

@walbers walbers commented Jan 8, 2026

Copy link
Copy Markdown

The read_audio() function calls torchaudio.list_audio_backends() which was removed in torchaudio 2.9.
https://docs.pytorch.org/audio/2.8/generated/torchaudio.list_audio_backends.html

@snakers4

snakers4 commented Jan 8, 2026

Copy link
Copy Markdown
Owner

It is handled here -

if ta_ver < version.parse("2.9"):

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