Skip to content
Snippets Groups Projects
Commit 657080e2 authored by Alain Riou's avatar Alain Riou
Browse files

torchaudio backend

parent 11627fca
Branches
No related tags found
No related merge requests found
...@@ -5,9 +5,11 @@ import os ...@@ -5,9 +5,11 @@ import os
import pytest import pytest
import torch import torch
import torchaudio
AUDIOS_DIR = os.path.join(os.path.dirname(__file__), "audios") AUDIOS_DIR = os.path.join(os.path.dirname(__file__), "audios")
print(torchaudio.__version__, torchaudio.get_audio_backend())
@pytest.mark.parametrize("file, fmt, convert_to_freq", @pytest.mark.parametrize("file, fmt, convert_to_freq",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment