-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[voicerss] Add LRU cache #14561
[voicerss] Add LRU cache #14561
Conversation
@dalgwen : here is a first implementation. |
e0ee328
to
80e8308
Compare
What is the state here? |
Just waiting for core audio PR to be merged. Then I will try again but it should then work properly. PS: we have several PRs about TTS services waiting for this core PR to be merged. |
This PR is now finished and properly tested. But it is preferable to first wait for an update of all audio sinks. If not, the case where the TTS cache is disabled will probably not work with most of audio sinks. |
d0050b7
to
481fce3
Compare
To be updated when openhab/openhab-core#3675 will be merged. |
This PR is now ready for a review. It has been fully tested with Sonos as audio sink, either with cache enabled or disabled. |
Signed-off-by: Laurent Garnier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
Excellent, thank you. |
Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Jørgen Austvik <[email protected]>
Signed-off-by: Laurent Garnier [email protected]