mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 14:20:38 +00:00
Improved audio processing for voice optimizaiton. Fixes #82.
This commit is contained in:
parent
6802161b4f
commit
42d859f96e
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def voice_processing(input_path):
|
|||
ffmpeg = None
|
||||
ffmpeg = sh.ffmpeg
|
||||
if ffmpeg:
|
||||
filters = "highpass=f=250, lowpass=f=3000,speechnorm=e=12.5:r=0.0001:l=1"
|
||||
filters = "atrim=start=0.075, afade=t=in:st=0:d=0.085, highpass=f=250, lowpass=f=3000, speechnorm=e=12.5:r=0.0001:l=1"
|
||||
output_bitrate = "12k"
|
||||
opus_apptype = "audio"
|
||||
output_path = input_path.replace(".ogg","")+".p.ogg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue