bark icon indicating copy to clipboard operation
bark copied to clipboard

🔊 Text-Prompted Generative Audio Model

Results 307 bark issues
Sort by recently updated
recently updated
newest added

I think I have missing some module installations, I am getting the following error ` warnings.warn("No audio backend is available.") No GPU being used. Careful, inference might be very slow!...

I am given the error below. There are multiple folders and multiple codes. Which one needs to be updated to fix this? return t.to(device, dtype if t.is_floating_point() or t.is_complex() else...

It hangs for a long time. Only output is: $ python3.8 demo.py Killed Any ideas? It's a Google Cloud instance. $ uname -r 4.19.0-23-cloud-amd64

when running these codes below: from scipy.io.wavfile import write as write_wav write_wav("/path/to/audio.wav", SAMPLE_RATE, audio_array) terminal says: FileNotFoundError: [Errno 2] No such file or directory: '/path/to/audio.wav'

404 Sorry, we can't find the page you are looking for. from bark import SAMPLE_RATE, generate_audio, preload_models from IPython.display import Audio # download and load all models preload_models() # generate...

Can voice cloning simply be a disclaimer instead of technically disabled, as indicated in readme? `Bark has the capability to fully clone voices - including tone, pitch, emotion and prosody....

I can figure out some chinese words, but it full of english style, most of word sounds more like english not chinese. the model should trained in different language smaples...

I would love to see Javascript Libraries with this or a way to possibly use a REST API :) Great work btw!

What did happen to the arabic language it was in the readme and now it disappeared. Any idea if it will be added soon?