ErrLookup › babysor/MockingBird
babysor/MockingBird
🚀Clone a voice in 5 seconds to generate arbitrary speech in real-time · Python · 169 source files
Analyzed at 28dc5e14f1 on 2026-08-27. 69 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Package 'webrtcvad' not found. This package enables noise re | exception | error | python, dependencies, webrtcvad, preprocessing, audio |
| Package 'webrtcvad' not found. This package enables noise re | exception | error | python, dependencies, webrtcvad, vocoder, audio |
| Model folder {SYN_MODELS_DIRT} doesn't exist. 请将模型文件位置移动到上述位 | exception | critical | python, models, filesystem, mkgui, startup |
| Model folder {ENC_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, startup |
| Model folder {VOC_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, startup, vocoder |
| Model folder {EXT_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, voice-conversion, startup |
| Model folder {CONV_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, voice-conversion, startup |
| Model folder {VOC_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, vocoder, startup |
| Model folder {EXT_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, preprocessing |
| Model folder {ENC_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, preprocessing |
| Model folder {SYN_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, training |
| Model folder {ENC_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, training |
| Model folder {EXT_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, voice-conversion, training |
| Model folder {CONV_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, voice-conversion, training |
| Model folder {ENC_MODELS_DIRT} doesn't exist. | exception | critical | python, models, filesystem, mkgui, voice-conversion, training |
| No encoder models found in %s | exception | critical | python, toolbox, models, filesystem, ui |
| No synthesizer models found in %s | exception | critical | python, toolbox, models, filesystem, ui |
| Both increase only and decrease only are set | validation | error | python, audio, argument-validation, valueerror |
| No speakers found. Make sure you are pointing to the directo | exception | critical | python, dataset, training, filesystem, encoder |
| Model was not loaded. Call load_model() before inference. | exception | error | python, encoder, lazy-initialization, inference, state |
| No visdom server detected. Run the command "visdom" in your | exception | error | visdom, visualization, connection, training-monitoring |
| Invalid options: mode={}, arch={} | validation | error | espnet, config, subsample, valueerror |
| unknown pos_enc_layer: | validation | error | conformer, encoder, positional-encoding, config |
| unknown input_layer: | validation | error | conformer, encoder, input-layer, config |
| Support only linear or conv1d. | validation | error | conformer, encoder, feedforward, config |
| unknown encoder_attn_layer: | validation | error | conformer, encoder, self-attention, config |
| unknown pos_enc_layer: | validation | error | transformer, encoder, positional-encoding, config |
| unknown input_layer: | validation | error | transformer, encoder, input-layer, config |
| Support only linear or conv1d. | validation | error | transformer, encoder, feedforward, config |
| unknown encoder_attn_layer: | validation | error | transformer, encoder, self-attention, config |
| Number of encoders needs to be more than one. {} | validation | error | espnet, encoder, config, multi-encoder |
| has 'real' and 'imag' keys: {} | validation | error | complex-tensor, preprocessing, valueerror |
| Invalid options: mode={}, arch={} | validation | error | espnet, config, subsample, valueerror |
| `hparams.synthesis_batch_size` must be evenly divisible by n | validation | error | multi-gpu, batch-size, dataparallel, synthesis |
| `batch_size` must be evenly divisible by n_gpus! | validation | error | multi-gpu, batch-size, dataparallel, training-schedule |
| Unknown cleaner: %s | validation | error | text-processing, cleaners, tts, config |
| Please load fre-gan in memory before using it | exception | error | vocoder, fregan, model-loading, state |
| Please load hifi-gan in memory before using it | exception | error | vocoder, hifigan, model-loading, state |
| Please load Wave-RNN in memory before using it | exception | error | vocoder, wavernn, model-loading, state |
| Package 'webrtcvad' not found. This package enables noise re | exception | error | webrtcvad, dependency, preprocessing, install |
| /emotion-enhance failed: status={resp.status_code}, body={re | http | error | http, api, noiz-tts, emotion-enhance |
| /emotion-enhance returned no data: {resp.text} | http | error | http, api, schema, noiz-tts |
| duration must be in range (0, 36] seconds | validation | error | validation, parameter, range, noiz-tts |
| Reference audio not found: {reference_audio} | exception | error | filesystem, voice-clone, path, noiz-tts |
| Either --voice-id or --reference-audio is required. | validation | error | validation, required-parameter, voice, noiz-tts |
| /text-to-speech failed: status={resp.status_code}, body={res | http | error | http, api, tts, noiz-tts |
| Input text is empty. | validation | error | validation, input, cli, noiz-tts |
| Invalid SRT timestamp: {value} | validation | error | srt, parsing, subtitle, validation |
| No valid cues parsed from SRT. | validation | error | srt, parsing, subtitle, empty-input |
| ffmpeg failed: {' '.join(cmd)}\n{proc.stderr} | exception | error | ffmpeg, subprocess, audio, rendering |
| ffmpeg not found in PATH. | exception | critical | ffmpeg, environment, dependency, path |
| ffprobe failed on {path}: {proc.stderr} | exception | error | ffprobe, audio, validation, subprocess |
| No segments to mix. | exception | error | audio, mixing, validation, rendering |
| /emotion-enhance failed: status={resp.status_code}, body={re | exception | error | http, api, rate-limit, noiz-tts, rendering |
| /emotion-enhance returned no data: {resp.text} | exception | warning | http, schema, api, noiz-tts |
| reference_audio not found: {ref} | exception | error | filesystem, voice-clone, config, path |
| Cue {cue.index}: either voice_id or reference_audio required | exception | error | config, voice, validation, noiz-tts |
| /text-to-speech cue {cue.index}: status={resp.status_code}, | exception | error | http, api, tts, rendering, noiz-tts |
| kokoro-tts CLI not found. | exception | critical | environment, dependency, kokoro, tts, path |
| kokoro-tts failed for cue {cue.index}: {proc.stderr} | exception | error | kokoro, subprocess, tts, rendering |
| kokoro-tts produced no output for cue {cue.index} | exception | error | |
| Input text is empty. | exception | error | |
| No sentences found after splitting. | exception | error | |
| Unsupported wave file format | exception | error | |
| No model yaml config found for convertor | exception | error | |
| No model yaml config found for convertor | exception | error | |
| Unsupported output device %s for the sample rate: %d \nError | console | error | |
| Unable to import 'webrtcvad'. This package enables noise rem | console | error | |
| all of the f0 values are 0. | console | error |