bark icon indicating copy to clipboard operation
bark copied to clipboard

Does it support streaming process?

Open AI-General opened this issue 1 year ago • 2 comments

Hello

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

AI-General avatar Jan 27 '24 04:01 AI-General

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.)

JonathanFly avatar May 25 '24 04:05 JonathanFly

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

mfrederico avatar Jul 15 '24 16:07 mfrederico