From 657080e22bba2bc784d30eceb2958640235dd1e4 Mon Sep 17 00:00:00 2001 From: Alain Riou <alain.riou14000@yahoo.com> Date: Wed, 17 Jan 2024 01:12:24 +0100 Subject: [PATCH] torchaudio backend --- tests/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index ef40055..4b50dff 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -5,9 +5,11 @@ import os import pytest import torch +import torchaudio 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", -- GitLab