NVIDIATTSService: process incoming audio frame right away
Process audio as soon as we receive it from the generator. Previously, we were reading from the generator and adding elements into a queue until there was no more data, then we would process the queue.
This commit is contained in:
1
changelog/3509.fixed.2.md
Normal file
1
changelog/3509.fixed.2.md
Normal file
@@ -0,0 +1 @@
|
||||
- Optimized `NVIDIATTSService` to process incoming audio frames immediately.
|
||||
Reference in New Issue
Block a user