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

Add individual volume on each segment #145

Closed
3 tasks done
uli-rpi opened this issue Jun 11, 2024 · 1 comment
Closed
3 tasks done

Add individual volume on each segment #145

uli-rpi opened this issue Jun 11, 2024 · 1 comment

Comments

@uli-rpi
Copy link

uli-rpi commented Jun 11, 2024

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

It would be helpful if the volume could be changed in segments

Describe the solution you'd like

Each segment can be assigned its own volume, eg. volume 70 -> chime -> volume 40 -> tts -> volume 60 -> chime ...

Describe alternatives you've considered

Additional context

No response

@nimroddolev
Copy link
Owner

Hi @uli-rpi, thanks for your suggestion.

You can already set segment-specific volume levels by using the audio_conversion parameter for each segment. This will change the volume level of the actual audio - not the media player.

If different volume_level valves were to be applied to each segment, this would require making 2 service calls per segment (1. setting volume, then 2. playing the segment) , which would introduce lots of latency (reintroducing the problem Chime TTS aims to fix).

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