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

OnlineF0PowerPreprocessor cannot function with compute_power = False. #494

Open
GBroad opened this issue May 19, 2023 · 0 comments
Open

Comments

@GBroad
Copy link

GBroad commented May 19, 2023

def call(self, audio, f0_hz=None, f0_confidence=None, audio_16k=None) -> [
      'f0_hz', 'pw_db', 'f0_scaled', 'pw_scaled', 'f0_confidence']:

Power in decibels (pw_db) cannot be provided in the call definition, which leads to an error as pw_db is used at line 214

pw_db = at_least_3d(pw_db)

Leading to an undefined error if compute_power is false.

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

1 participant