捷徑

torchaudio.functional.deemph_biquad

torchaudio.functional.deemph_biquad(waveform: Tensor, sample_rate: int) Tensor[原始碼]

套用 ISO 908 CD 去除加重 (shelving) IIR 濾波器。與 SoX 實作類似。

This feature supports the following devices: CPU, CUDA This API supports the following properties: Autograd, TorchScript
參數:
  • waveform (Tensor) – 維度為 (…, time) 的音訊波形

  • sample_rate (int) – 波形的取樣率,允許的取樣率為 4410048000

返回:

維度為 (…, time) 的波形

返回類型:

Tensor

參考文獻

文件

存取 PyTorch 的完整開發者文件

檢視文件

教學

取得適合初學者和進階開發者的深入教學課程

檢視教學

資源

尋找開發資源並獲得解答

檢視資源