PaddlePaddle / PaddleMIX

Paddle Multimodal Integration and eXploration, supporting mainstream multi-modal tasks, including end-to-end large-scale multi-modal pretrain models and diffusion model toolbox. Equipped with high performance and flexibility.
Apache License 2.0
354 stars 135 forks source link

Not implemented function in paddle.audio.functional #603

Open ChocoWu opened 4 months ago

ChocoWu commented 4 months ago

The resample function is not implemented in paddle.audio.functional.py , but it is called in: https://github.com/PaddlePaddle/PaddleMIX/blob/598b8c94ac92036bf1d94334685ae9f7f44be348/paddlemix/processors/imagebind_processing.py#L122-L123

luyao-cv commented 4 months ago

Hello, thank you for your reminder. The paddle API call here is incorrect. You can use librosa.resample function to replace it. We will correct it later.