A répondu
I want to identify male or female voice in a speech signal
Audio Toolbox provides an example: Classify Gender Using LSTM Networks

environ 4 ans il y a | 0

A répondu
Speaker recognition
Audio Toolbox provides several examples for speaker recognition (both identification and verification): Speaker Identification ...

environ 4 ans il y a | 0

A répondu
Voice recogntion /Speaker identification
Audio Toolbox provides examples for speaker verification: A simple one using Gaussian mixture models and a more complicated one ...

environ 4 ans il y a | 0

A répondu
Speaker Recognition using MFCC and GMM
Audio Toolbox provides several examples for speaker recognition (both identification and verification): Speaker Identification ...

environ 4 ans il y a | 0

A répondu
C-Code Error: Pitch Method Conversion to C Won't Work
Hi David, You're specifying a couple name-value pairs that aren't actually parameters of the pitch function (NumChannels, Sampl...

environ 4 ans il y a | 0

| A accepté

A répondu
Speech Recogntion Demo
Audio Toolbox includes examples for speech recognition using CNNs and wavelet scattering: Speech Command Recognition Using Deep...

environ 4 ans il y a | 0

A répondu
calculating the MFCC and BFCC for a signal
Starting from R2018a, you can use the mfcc function in Audio Toolbox to extract mel-frequency cepstral coefficients. To design ...

environ 4 ans il y a | 0

A répondu
Can we identify a speaker using his/her cepstral coefficients calculated from MFCC?
Audio Toolbox provides an example for this application: Speaker Identification Using Pitch and MFCC.

environ 4 ans il y a | 0

A répondu
How to extract features from speech signals using MFCC?
Starting from R2018a, you can use the mfcc function in Audio Toolbox to extract mel-frequency cepstral coefficients.

environ 4 ans il y a | 0

A répondu
Text to speech synthesis matlab code
Audio Toolbox (R2019a or later) supports calling into popular 3rd-party APIs for speech synthesis: https://www.mathworks.com/ma...

environ 4 ans il y a | 0

A répondu
how can i compare two audio files?
Euclidean distance between feature vectors is a good start for analyzing the difference between audio files. However, there are ...

plus de 4 ans il y a | 1

A répondu
Speech recognition (Isolated words 1-9)
Spoken Digit Recognition with Wavelet Scattering and Deep Learning illustrates two diferent approaches to spoken digit recogniti...

plus de 4 ans il y a | 0

A répondu
mfcc for wav file
When the mfcc function uses the default parameters, it outputs 13 mel-frequency cepstral coefficients, and appends the log-energ...

plus de 4 ans il y a | 0

A répondu
how to change female voice to male voice using matlab?
If you're interested in just shifting the pitch (which will get you most of the way there in terms of perception of male vs. fem...

plus de 4 ans il y a | 0

A répondu
Speech/Music Discrimination
As a start, take a look at the spectralCentroid function in Audio Toolbox™. This tutorial also covers some aspects of the area...

plus de 4 ans il y a | 0

A répondu
How to stop sound function from Audio toolbox?
Calling "clear sound" will stop the playback. >> [audio,fs] = audioread('Counting-16-44p1-mono-15secs.wav'); >> sound(audio,fs...

plus de 4 ans il y a | 1

| A accepté

A répondu
Only thing that I want to control is speed. not pitch.
Starting in R2019b, Audio Toolbox provides functions to shift pitch and time-stretch audio: shiftPitch, stretchAudio.

plus de 4 ans il y a | 0

A répondu
Spectral Centroid - get the same results in matlab and python
Hi Mariusz, Below is some code showing how you can get the FeatureSpectralCentroid function in your link to give close to the s...

plus de 4 ans il y a | 0

A répondu
audioFeatureExtractor function not found
If you are only interested in MFCC extraction, you can use the mfcc function, which Audio Toolbox introduced in R2018a. Here's h...

plus de 4 ans il y a | 0

A répondu
How to gender recognition with fft
The Audio Toolbox includes an example on gender identification using LSTM networks: https://www.mathworks.com/help/audio/exampl...

environ 5 ans il y a | 0

A répondu
pitch calculation for speech signal
To calculate the LP residual, use the <https://www.mathworks.com/help/signal/ref/lpc.html lpc> function in the Signal Processing...

environ 6 ans il y a | 0

A répondu
How can I alter the speed of a wav file without altering its pitch?
Typically, you would use a phase vocoder. The Pitch Shifting and Time Dilation Using a Phase Vocoder example in Audio Toolbox wa...

environ 6 ans il y a | 0

A répondu
pitch shift of speech
<https://www.mathworks.com/help/audio/examples/delay-based-pitch-shifter.html Delay-Based Pitch Shifter> in <https://www.mathwor...

environ 6 ans il y a | 1

A répondu
Pitch of audio signal
Use the <https://www.mathworks.com/help/audio/ref/pitch.html pitch> function available in Audio System Toolbox version 18a or la...

environ 6 ans il y a | 0