Great way to strip out voice data from performance files #605
RK11111111111
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a good way to remove voice data from performance.ini using regex.
cat 000008_bell_fx.ini | sed -e 's/VoiceData([1-9])=.*/VoiceData\1=/' > 000008_bell_fx.ini
Beta Was this translation helpful? Give feedback.
All reactions