Skip to content

Commit

Permalink
Remove a note about a TTS bug
Browse files Browse the repository at this point in the history
This bug is being tracked via GitHub Issues.
  • Loading branch information
yukw777 committed Oct 12, 2023
1 parent 5533388 commit cc6778e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ $ python samples/simple_tts.py
TTS Text: Hello, world!
```

**NOTE: There is an issue where some TTS requests are not played through the audio output device on Linux. Typically, every other TTS requests are played. We don't know the root cause yet, but it will be fixed as soon as it is identified.**

## Perceptual Sensor Stream Data Format

`PercepSync` uses [ZeroMQ](https://zeromq.org/) to publish data from different input devices. Data that can be synchronized will be synchronized and published to a single topic. The serialization format is [MessagePack](https://msgpack.org/).
Expand Down

0 comments on commit cc6778e

Please sign in to comment.