angusy29 / CantoTranslate

CantoTranslate Chrome Extension Front End
MIT License
0 stars 0 forks source link

Cache calls to WebSpeech #13

Open angusy29 opened 2 years ago

angusy29 commented 2 years ago

We don't currently cache calls to WebSpeech, see if it's possible to cache audio files in chrome to reduce network calls

angusy29 commented 2 years ago

Potential solutions:

  1. See if we can cache audio files in Chrome (doesn't seem WebSpeech exposes this functionality, only saveMp3)
  2. Build API server, call saveMp3 and cache audio files in S3(?)