# Unity - Text In Text Out Only?

**URL:** https://forum.convai.com/t/unity-text-in-text-out-only/1719
**Category:** Unity SDK
**Tags:** question, unity
**Created:** [September 19, 2024, 7:16pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719 "2024-09-19T19:16:57Z")
**Posts on this page:** 10
**Page:** 2

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:24pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/21 "2024-09-21T15:24:13Z")

</div>

**Reply by raghuvanshagarwal | 2024-09-21 15:24:13**

No there is a way to ignore the incoming audio data

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:25pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/22 "2024-09-21T15:25:45Z")

</div>

**Reply by lt.doge | 2024-09-21 15:25:45**

That’s sorta what I’m after. No intention for audio, just a text only conversation that’s as lagless as possible

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:25pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/23 "2024-09-21T15:25:58Z")

</div>

**Reply by lt.doge | 2024-09-21 15:25:58**

But within Unity

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:26pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/24 "2024-09-21T15:26:01Z")

</div>

**Reply by raghuvanshagarwal | 2024-09-21 15:26:01**

Yeah it’s possible

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:29pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/25 "2024-09-21T15:29:57Z")

</div>

**Reply by raghuvanshagarwal | 2024-09-21 15:29:57**

public IEnumerator PlayAudioInOrder()  
{  
while (!\_stopAudioPlayingLoop)  
if (\_responseAudios.Count \> 0)  
{  
currentResponseAudio = \_responseAudios.Dequeue(); OnAudioTranscriptAvailable?.Invoke(currentResponseAudio.AudioTranscript.Trim());  
}  
}

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:30pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/26 "2024-09-21T15:30:28Z")

</div>

**Reply by raghuvanshagarwal | 2024-09-21 15:30:28**

Modify the playaudioinorder function inside ConvaiNPCAudioManager

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:30pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/27 "2024-09-21T15:30:35Z")

</div>

**Reply by raghuvanshagarwal | 2024-09-21 15:30:35**

And lmk if you face any issue

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:31pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/28 "2024-09-21T15:31:24Z")

</div>

**Reply by lt.doge | 2024-09-21 15:31:24**

Oh great, thank you for your help. I’ll be giving this a try later in the day 🙂

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [September 21, 2024, 3:31pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/29 "2024-09-21T15:31:34Z")

</div>

**Reply by raghuvanshagarwal | 2024-09-21 15:31:34**

Also remove the lipsync component if you haven’t

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [November 25, 2024, 12:14pm UTC](https://forum.convai.com/t/unity-text-in-text-out-only/1719/30 "2024-11-25T12:14:27Z")

</div>

This conversation happened on the Convai Discord Server, so this post will be closed.

[Previous page](https://forum.convai.com/t/unity-text-in-text-out-only/1719.md?page=1)
