How to remove text formatting from the segments? #419
-
Beta Was this translation helpful? Give feedback.
Answered by
ZachNagengast
Feb 15, 2026
Replies: 1 comment
-
|
Hi @zaidbren, best way to do this is with the By default it is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zaidbren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @zaidbren, best way to do this is with the
skipSpecialTokensdecoding option, like this:By default it is
falseWhisperKit/Sources/WhisperKit/Core/Configurations.swift
Line 195 in 2870b46