CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.05k stars 8.71k forks source link

Caught exception: ModuleNotFoundError("No module named 'sounddevice'") Restarting #1140

Closed jasonyun closed 1 year ago

jasonyun commented 1 year ago

Reference voice: enter an audio filepath of a voice to be cloned (mp3, wav, m4a, flac, ...): test.wav Loaded file succesfully Created the embedding Write a sentence (+-20 words) to be synthesized: 我的声音是这样的吗?你来听一下,现在是我克隆的声音。

| Generating 1/1

Done.

Created the mel spectrogram Synthesizing the waveform: {| ████████████████ 152000/153600 | Batch Size: 16 | Gen Rate: 2.7kHz | }Caught exception: ModuleNotFoundError("No module named 'sounddevice'") Restarting

Reference voice: enter an audio filepath of a voice to be cloned (mp3, wav, m4a, flac, ...):

what is this error??

d4rk-lucif3r commented 1 year ago

Hi You need to install sounddevice library. just do pip install sounddevice. Thanks