Awesome
<div align="center">togglavatar
Animate a "talking head" avatar in your browser (controlled by microphone volume). For example, for recording explainer videos like this: https://www.youtube.com/watch?v=PZaKMlUUS_E
<a href="https://www.youtube.com/watch?v=PZaKMlUUS_E"> <img src="demo.png" alt="demo https://www.youtube.com/watch?v=PZaKMlUUS_E" height="200"> </a> <img src="talking.gif" alt="talking" height="100">Chrome extension / Firefox add-on
Just one of the things I'm learning/building. https://github.com/hchiam/learning
</div>This browser add-on/extension automatically shows an avatar even if you refresh the page or navigate, which can use volume to toggle the styling of the avatar that is displayed.
Notes and templates:
- learning-firefox-extension (e.g.: about:debugging and Extension ID = GUID for browser_specific_settings.gecko.id in manifest.json)
- tutorial.hello-world template
- urlvoid-firefox-extension
This browser add-on/extension uses shared variables/functions in shared.js in the page.js via the manifest.json, and in the popup.js via the popup.html file.