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

Make audio cache device local #22

Closed
adrianlyjak opened this issue Apr 7, 2024 · 1 comment
Closed

Make audio cache device local #22

adrianlyjak opened this issue Apr 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@adrianlyjak
Copy link
Owner

Right now audio files are cached for a short duration to make replaying audio faster. The plugin expires audios after 8 hours. The audio is stored in a .tts directory in the vault. This has the downside of syncing the audio caches. I previously had the caches lasting for much longer, but it was slowing down my iOS syncs significantly.

Is there perhaps instead a good way to store the caches outside the vault so that they don't sync?

@adrianlyjak adrianlyjak added the enhancement New feature or request label Apr 14, 2024
@adrianlyjak
Copy link
Owner Author

Seems like maybe using IndexedDB instead of the file system might work for this if obsidian supports it

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

No branches or pull requests

1 participant