".github/scripts/vscode:/vscode.git/clone" did not exist on "86cb1e09fe88b1316698dc64727b136f03e75623"
Unverified Commit 61cb8f26 authored by moto's avatar moto Committed by GitHub
Browse files

[doc] Update librosa link (#940)

parent e17c2634
......@@ -198,7 +198,8 @@ class AmplitudeToDB(torch.nn.Module):
def forward(self, x: Tensor) -> Tensor:
r"""Numerically stable implementation from Librosa.
https://librosa.github.io/librosa/_modules/librosa/core/spectrum.html
https://librosa.org/doc/latest/generated/librosa.amplitude_to_db.html
Args:
x (Tensor): Input tensor before being converted to decibel scale.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment