Shortcuts

torchsynth.signal

class torchsynth.signal.Signal

Bases: torch.Tensor

A convenience type for batched signals, either audio signals or control signals. A signal is 2D Tensor: batch x num_samples.

Note: To cast a tensor as a signal: torch.zeros(batch_size, N).as_subclass(Signal)

property batch_size
property num_samples
Read the Docs v: stable
Versions
latest
stable
v1.0.1
v1.0.0
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.