We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ddsp/ddsp/training/preprocessing.py
Line 214 in b2d180a
Leading to an undefined error if compute_power is false.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
ddsp/ddsp/training/preprocessing.py
Line 214 in b2d180a
Leading to an undefined error if compute_power is false.
The text was updated successfully, but these errors were encountered: