speaker-recognition icon indicating copy to clipboard operation
speaker-recognition copied to clipboard

A Speaker Recognition System

Results 18 speaker-recognition issues
Sort by recently updated
recently updated
newest added

Cannot build the GUI from the dockerfile: [WARNING]: Empty continuation line found in: RUN useradd -m $USERNAME && echo "$USERNAME:$USERNAME" | chpasswd && usermod --shell /bin/bash $USERNAME && usermod -aG...

Initially, I trained with few speakers. Later, when I do the prediction with those users' whose data were not enrolled for training phase. Those users were predicted to those close...

Hi team! Your project is great because it's fast (real-time!) and the GMMs seem quite flexible. For example, from my reading of the source code, it seems possible to run...

Using gui.py I tried running the conversation mode. It wasn't successful. It is randomly selecting one voice sample and showing it for every conversation. Is the conversation mode working fine...

Hi all, is there any one ever met this issue with output as below, to run gui.py and, in conversation mode: > python2.7 /root/src/git-repos/asr/speaker-recognition/src/gui/gui.py > No module named bob >...

1. Trained the software on different voices. 2. Each voice sample used for training is length at least one minute long. 3. For each voice a separate .out model file...

After successfully training both UBM model and user specific GMM models. The difference between the ubm_score and the maximum gmm_score shows large variance for both trained and untrained users, so...

Hi, Yuxin Wu. Thank you for publishing a cool library. Unfortunately, I faced a problem while testing to use it. The test environment is as follows. Four voices were added...