Unverified Commit a6f9cf8b authored by nateanl's avatar nateanl Committed by GitHub
Browse files

Fix PitchShift docstring (#1866)

parent e8ed8f46
...@@ -1389,7 +1389,7 @@ class PitchShift(torch.nn.Module): ...@@ -1389,7 +1389,7 @@ class PitchShift(torch.nn.Module):
Args: Args:
waveform (Tensor): The input waveform of shape `(..., time)`. waveform (Tensor): The input waveform of shape `(..., time)`.
sample_rate (float): Sample rate of `waveform`. sample_rate (int): Sample rate of `waveform`.
n_steps (int): The (fractional) steps to shift `waveform`. n_steps (int): The (fractional) steps to shift `waveform`.
bins_per_octave (int, optional): The number of steps per octave (Default : ``12``). bins_per_octave (int, optional): The number of steps per octave (Default : ``12``).
n_fft (int, optional): Size of FFT, creates ``n_fft // 2 + 1`` bins (Default: ``512``). n_fft (int, optional): Size of FFT, creates ``n_fft // 2 + 1`` bins (Default: ``512``).
......
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