suno-ai / bark

🔊 Text-Prompted Generative Audio Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support streaming process?

AI-General opened this issue · comments

Hello

Bark model is really exciting but too slow.
Does it support streaming process?

In principle sure. But I don't know of any open source forks doing it yet (but I am fully up to date, there may be some.)

I am looking into this as well. I want my computer to be headless and talk to me. With claude.ai, I build a simple "chat" on the commandline that generates sequential .wav files and sends them to the audio device using python sounddevice.

Currently, I'm looking at generation.py, to see if I can attach to the generated PCM stream to stream directly to an audio device or FFMPEG.

bob-barker.py