InputNode

class audonnx.InputNode(shape, dtype, transform)[source]

Input node.

Parameters
  • shape (List[int]) – list with dimensions

  • dtype (str) – data type

  • transform (Optional[Callable[[ndarray, int], ndarray]]) – callable object that transforms the raw signal into the desired representation

dtype

InputNode.dtype

Data type of node

shape

InputNode.shape

Shape of node

transform

InputNode.transform

Transform object