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

- [Scalar Quantization and Product Quantization - Zilliz blog](https://zilliz.com/learn/scalar-quantization-and-product-quantization): A hands-on dive into scalar quantization (integer quantization) and product quantization with Python.

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

- [Scalar Quantization and Product Quantization - Zilliz blog](https://zilliz.com/learn/scalar-quantization-and-product-quantization): A hands-on dive into scalar quantization (integer quantization) and product quantization with Python.