what's the best config/set of plugins for listenign to stuff at about 1.4x speed?
what's the best config/set of plugins for listenign to stuff at about 1.4x speed?
af=rubberband=engine=finer:formant=preserved:window=short:transients=crisp:phase=laminar:pitch=quality:channels=together
script-opts-append=skipsilence-enabled=yes
# LOOKAHEAD: Enabled (1.0s)
# CPU predicts silence end 1s in advance to ramp down smoothly.
script-opts-append=skipsilence-lookahead=1.0
# UPDATE INTERVAL: 100Hz (0.01s)
# Extremely high update rate for analog-feeling speed changes.
script-opts-append=skipsilence-speed_updateinterval=0.01
# RAMPING: Aggressive
script-opts-append=skipsilence-ramp_constant=2.5
script-opts-append=skipsilence-ramp_factor=3.0
# MIN DURATION: 0.5s (Comprehension Guard)
# Ignores pauses shorter than 0.5s (commas) to preserve sentence structure.
script-opts-append=skipsilence-minduration=0.5
# MARGINS: Tight (0.075s)
# 75ms safety buffer. Lookahead ensures this is enough to not clip words.
script-opts-append=skipsilence-margin_start=0.075
script-opts-append=skipsilence-margin_end=0.075
# MAX SPEED: 3.5x
# During silence, speed ramps to 3.5x relative to the file (so ~5x real time).
script-opts-append=skipsilence-speed_max=3.5
# START DELAY
# Ignored because Lookahead is on, but set to 0 just in case.
script-opts-append=skipsilence-startdelay=0