-
Hi! I can't Find an example for NoiseReductionEffect. And its construction requests profile (which contains file path). However sox.Process requests file path at the sametime. Could you share sample please?
Not working :( |
Beta Was this translation helpful? Give feedback.
Answered by
igece
Jan 29, 2020
Replies: 1 comment 1 reply
-
Previously to NoiseReductionEffect you should add a NoiseProfileEffect. Noise Profile effect will create a file that is the file you should refer to in the NoiseReductionEffect constructor. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
igece
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously to NoiseReductionEffect you should add a NoiseProfileEffect. Noise Profile effect will create a file that is the file you should refer to in the NoiseReductionEffect constructor.