View Source NxAudio.Transforms.AmplitudeToDb (nx_audio v0.2.0)

Represents the amplitude to decibel transformation for audio signals.

Summary

Functions

Returns the decibel representation of a power or magnitude spectrogram.

Functions

transform(spectrogram, opts \\ [])

@spec transform(
  Nx.Tensor.t(),
  keyword()
) :: Nx.Tensor.t()

Returns the decibel representation of a power or magnitude spectrogram.