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
Hi, what is an issue with this mcompand command:
tfm.mcompand( n_bands=3, crossover_frequencies=[6500, 8000], attack_time=[0.001, 0.001, 0.001], decay_time=[0.020, 0.020, 0.020], soft_knee_db=[None, 2.0, None], tf_points=[ [(-40, -40), (0, 0)], [(-40, -40), (-30, -38), (-20, -36), (0, -34)], [(-40, -40), (0, 0)]], gain = [0,0,0] ) I get an error : mcompand: mcompand accepts only an odd number of arguments:rgc mcompand quoted_compand_args [crossover_freq quoted_compand_args [...]]
In fact, I get this error even if I do
tfm.mcompand()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
what is an issue with this mcompand command:
In fact, I get this error even if I do
The text was updated successfully, but these errors were encountered: