logo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions

1.4 KiB

Operator: audio-decoder

Author:

Overview

Interface

__init__(self)
__call__(self, audio_path: str)

Args:

  • audio_path

Returns:

  • audio frame: ndarray
  • sample_rate: int
  • timestamp: int

Requirements

av

How it works

Reference

More Resources

1.4 KiB

Operator: audio-decoder

Author:

Overview

Interface

__init__(self)
__call__(self, audio_path: str)

Args:

  • audio_path

Returns:

  • audio frame: ndarray
  • sample_rate: int
  • timestamp: int

Requirements

av

How it works

Reference

More Resources