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

mcompand not functional #9

Open
RanoRaraku opened this issue Apr 6, 2022 · 0 comments
Open

mcompand not functional #9

RanoRaraku opened this issue Apr 6, 2022 · 0 comments

Comments

@RanoRaraku
Copy link

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()

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