Description
Hello,
I hope this message finds you well. I am writing to ask about what appears to be a small potential inaccuracy in the README.md, and to inquire about examples for the Empathic Voice Interface (EVI).
1. Reference to StreamDataModels
I noticed the README.md includes the following example for WebSockets:
from hume import StreamDataModels
I haven't been able to find StreamDataModels in the repository myself (with ripgrep), though I may have missed it. It seems possible that the documentation might be slightly out of sync with the current codebase.
2. EVI 3 Minimal Example
I am attempting to build an integration with EVI 3. I was wondering if there might be a minimal, complete example available that demonstrates:
- Connecting to the EVI socket.
- Sending audio input.
- Receiving audio/text output.
If such an example exists, I would be very grateful for a pointer to it.
Impact
Clarifying these points would be incredibly helpful for developers getting started with Hume.
Request
- If the
StreamDataModels reference is indeed outdated, would it be possible to update the README?
- If a minimal script for a working conversation loop with EVI 3 could be shared, that would be greatly appreciated.
Thank you very much for your time and assistance.
Description
Hello,
I hope this message finds you well. I am writing to ask about what appears to be a small potential inaccuracy in the
README.md, and to inquire about examples for the Empathic Voice Interface (EVI).1. Reference to StreamDataModels
I noticed the
README.mdincludes the following example for WebSockets:I haven't been able to find
StreamDataModelsin the repository myself (withripgrep), though I may have missed it. It seems possible that the documentation might be slightly out of sync with the current codebase.2. EVI 3 Minimal Example
I am attempting to build an integration with EVI 3. I was wondering if there might be a minimal, complete example available that demonstrates:
If such an example exists, I would be very grateful for a pointer to it.
Impact
Clarifying these points would be incredibly helpful for developers getting started with Hume.
Request
StreamDataModelsreference is indeed outdated, would it be possible to update the README?Thank you very much for your time and assistance.