forked from cgvr/DeltaVR
added 'END PLAYBACK' to removing strings
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -369,7 +369,7 @@ public class FMODWhisperBridge : MonoBehaviour
|
||||
|
||||
private string PostProcessInput(string input)
|
||||
{
|
||||
return input.Replace("[silence]", "").Replace("[ Silence ]", "").Replace("BLANK_AUDIO", "").Replace("[", "").Replace("]", "").Trim();
|
||||
return input.Replace("[silence]", "").Replace("[ Silence ]", "").Replace("BLANK_AUDIO", "").Replace("[", "").Replace("]", "").Replace("END PLAYBACK", "").Trim();
|
||||
}
|
||||
|
||||
private void FeedSilentChunk(uint byteLen)
|
||||
|
||||
Reference in New Issue
Block a user