From f8254a137533e85b7d743b7da0254653b96255d3 Mon Sep 17 00:00:00 2001 From: co63oc Date: Wed, 5 Feb 2025 16:16:08 +0800 Subject: [PATCH] Fix --- audio/paddleaudio/backends/soundfile_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/paddleaudio/backends/soundfile_backend.py b/audio/paddleaudio/backends/soundfile_backend.py index eff120d02..7611fd297 100644 --- a/audio/paddleaudio/backends/soundfile_backend.py +++ b/audio/paddleaudio/backends/soundfile_backend.py @@ -257,7 +257,7 @@ def soundfile_load( return y, r -#the code below token form: https://github.com/pytorch/audio/blob/main/torchaudio/backend/soundfile_backend.py with modification. +#The code below is taken from: https://github.com/pytorch/audio/blob/main/torchaudio/backend/soundfile_backend.py, with some modifications. def _get_subtype_for_wav(dtype: paddle.dtype,