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

bugfix: Remove double volume multiplier #109

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

llluis
Copy link
Contributor

@llluis llluis commented Feb 12, 2024

The two wave files follow the path:
_play_wav >> wav_to_events >> event_to_snd until _snd_task_proc where they will be threated like any other sound (AudioChunk) coming from server.

However, volume multiplier is applied at the wav_to_events step and at the _snd_task_proc.

This patch removes the volume from the event generation in the call to wav_to_events from _play_wav so it will applied only once in the event processing.

@synesthesiam synesthesiam merged commit 397d4c8 into rhasspy:master Jul 1, 2024
1 check passed
@synesthesiam
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants