Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Update During Utterance assumes server behavior too strongly? #12

Open
RyanChimienti opened this issue Feb 20, 2025 · 1 comment
Open

Comments

@RyanChimienti
Copy link

The test suite includes a test called Transcript Connector - Test Update During Utterance. That test assumes that the update message should cause the AudioHook server to cut a transcript at exactly that point, even if speech is ongoing.

I don't believe this can be assumed, since the server isn't necessarily required to change anything in response to an update message. For example, an update message may inform the server of a language change, but the server may be backed by a transcription engine that supports multiple languages and therefore not need to change anything.

@RyanChimienti RyanChimienti changed the title Test Update During Utterance assumes server behavior too strongly Test Update During Utterance assumes server behavior too strongly? Feb 20, 2025
@camiel-genesys
Copy link
Collaborator

This test suite is not only about verifying that the server is following the protocol spec as defined, but also verifying they are working as expected by Genesys. Within the internal Genesys services that process and analyze the transcripts, it is expected that the the utterance is broken down in two in case the language changes in the middle of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants