Statistik
5 Fragen
0 Antworten
RANG
119.649
of 300.392
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.335
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Why the wav or audio is repeating eventhough I record a new voice. please help me I cant hear my new audio it plays the same audio over again.
clc clear all close all warning off Fs=8000;%Sampling frequency in hertz ch=1;%Number of channels--2 options--1 (mono) or 2...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
This code only run and only exit button can be seen. and also I dont know what to change. what should I do please help me. Thank you
function varargout = SpeakerRecognitionTest(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ......
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I need help I'm trying to have an issue here like I want to detect that speaker and when it recognizes the voice it will say grant This is my code. In the testing part.
clear,clc,close all warning off; % Parameters Fs = 8000; % Sampling frequency BtRt = 8; T = 2; % Recording ti...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I need help Im trying to have a trouble issue here like I dont want to use numbers to detect that speaker. I want to use names. This is my code. In the training part
clear all; close all; clc; warning off Fs=8000;%Sampling frequency in hertz ch=1;%Number of channels--2 options--1 (mono) o...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Record and save audio with your specific file name for the audio.
I want to record and save an audio with my specific filename.wav file and then to test it when it match my voice with that file ...
fast 3 Jahre vor | 1 Antwort | 0