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

使用TTSAudioNormalizer进行声音标准化后出现炸麦 #4

Open
C-rawler opened this issue Jan 17, 2025 · 1 comment
Open

使用TTSAudioNormalizer进行声音标准化后出现炸麦 #4

C-rawler opened this issue Jan 17, 2025 · 1 comment

Comments

@C-rawler
Copy link

C-rawler commented Jan 17, 2025

首先,感谢这份优秀的工作。
我在使用TTSAudioNormalizer进行声音标准化的时候,标准化后的声音高点出现了炸麦的现象,请问该如何处理。
这是我的处理代码:
from tts_audio_normalizer import AudioProcessingParams, TTSAudioNormalizer
params = AudioProcessingParams()
params.noise_reduction_strength = 0.8 # Increase noise reduction intensity
params.target_db = -2 # Set target volume
normalizer = TTSAudioNormalizer()
in_file = 'data/audio.wav'
normalizer.normalize_audio(in_file, "output_audio/output.wav", params)

@ScottishFold007
Copy link
Owner

请问,是什么样的音频呢?能否给出处理前后的具体样例,我把把脉

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

2 participants