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

38 lines
292 B

3 years ago
# Operator: audio-decoder
Author:
## Overview
## Interface
```python
__init__(self)
```
```python
__call__(self, audio_path: str)
```
Args:
- audio_path
Returns:
- audio frame: ndarray
- sample_rate: int
- timestamp: int
## Requirements
av
## How it works
## Reference
3 years ago