normal-computing / fuji-web

Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Apache License 2.0
193 stars 13 forks source link

Audio streaming #99

Open lynchee-owo opened 3 months ago

lynchee-owo commented 3 months ago

Implement Audio Streaming in Webwand Extension

Problem:

The Webwand Chrome extension currently requires generating the full audio blob from website content before playback starts, causing delays and reducing efficiency, particularly with longer texts.

Desired Solution:

Implement real-time audio streaming to allow immediate playback as text is converted to speech, improving user experience by providing instant auditory feedback without waiting for complete text processing.