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

[BUG] Strange audio output for wifi error message #117

Open
NeonDaniel opened this issue Mar 12, 2024 · 1 comment · May be fixed by #118
Open

[BUG] Strange audio output for wifi error message #117

NeonDaniel opened this issue Mar 12, 2024 · 1 comment · May be fixed by #118
Labels
bug Something isn't working cannot reproduce Unable to reproduce the reported issue

Comments

@NeonDaniel
Copy link
Member

Description

A specific string that is spoken when WiFi setup fails seems to render with extra text prepended to the passed text. I will attach a sample.
ce4e7a14fe73c3a8cd31d15db0d435d6.wav.tar.gz

Steps to Reproduce

  • First run on a Mark2
  • Enter incorrect credentials
  • The above audio should be spoken

Relevant Code

wav_data, synthesizer = self.get_audio(sentence, speaker,
audio_format="internal")
self._audio_to_file(wav_data, synthesizer, output_file)

Other Notes

The exact string passed is: failed to connect to wifi, verify credentials and try again

@NeonDaniel NeonDaniel added the bug Something isn't working label Mar 12, 2024
NeonDaniel added a commit that referenced this issue Mar 15, 2024
Update test dependencies to pin compatible dependency
@NeonDaniel NeonDaniel linked a pull request Mar 15, 2024 that will close this issue
@NeonDaniel
Copy link
Member Author

A similar error has been observed in other utterances on Mark2 devices running offline, but not on a Pi5 that I tested recently. This may be related to a version of espeak-ng or some other binary that could vary between apt-repositories or platforms.

@NeonDaniel NeonDaniel moved this to In Progress in Community Projects May 15, 2024
@NeonDaniel NeonDaniel assigned NeonDaniel and unassigned NeonDaniel May 15, 2024
@NeonDaniel NeonDaniel moved this from In Progress to Other Helpful Tasks in Community Projects May 17, 2024
@NeonDaniel NeonDaniel added the cannot reproduce Unable to reproduce the reported issue label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cannot reproduce Unable to reproduce the reported issue
Projects
Status: Other Helpful Tasks
Development

Successfully merging a pull request may close this issue.

1 participant