You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils.py, line 52, in set_audio_backend
raise RuntimeError(f'Backend "{backend}" is not one of ' f"available backends: {list_audio_backends()}.")
RuntimeError: Backend "soundfile" is not one of available backends: ['sox_io'].
The text was updated successfully, but these errors were encountered:
utils.py, line 52, in set_audio_backend
raise RuntimeError(f'Backend "{backend}" is not one of ' f"available backends: {list_audio_backends()}.")
RuntimeError: Backend "soundfile" is not one of available backends: ['sox_io'].
The text was updated successfully, but these errors were encountered: