Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not implemented function in paddle.audio.functional #603

Open
ChocoWu opened this issue Jul 12, 2024 · 1 comment
Open

Not implemented function in paddle.audio.functional #603

ChocoWu opened this issue Jul 12, 2024 · 1 comment
Assignees

Comments

@ChocoWu
Copy link

ChocoWu commented Jul 12, 2024

The resample function is not implemented in paddle.audio.functional.py , but it is called in:

if self.sample_rate != sr:
waveform = paddle.audio.functional.resample(waveform, orig_freq=sr, new_freq=self.sample_rate)

@luyao-cv
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants