Answered
speech to speech translation
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
speech to text conversion
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
how to convert text file in notepad to speech using matlab.
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
Is there any matlab command to covert the voice to text directly ? if not can anyone please guide me how to do it .
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
i want to develop an project on text to speech for blind
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
How can i convert text to speech for kannada language ?
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

| accepted

Answered
need help - natural language processing (text to speech)
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
Hello can anyone give me the codes for text to speech conversion and also speech recognition thank you
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
How can i get text to speech synthesis matlab code
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
MATLAB code to convert text into speech
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
how to convert text to speech
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
could you please send me the code for text to speech conversion
Audio Toolbox supports calling into popular 3rd-party APIs for speech synthesis: https://www.mathworks.com/matlabcentral/fileex...

6 years ago | 0

Answered
speech to text and text to speech conversion (STS)
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

6 years ago | 0

Answered
Index in position 2 is invalid. Array indices must be positive integers or logical values.
Hi Leonidas, I suspect the function speechSpectrograms cannot handle the case where the variable x is longer than segmentDu...

6 years ago | 1

Answered
Unable to perform assignment because the size of the left side is 100-by-198 and the size of the right side is 100-by-98. Error in backgroundSpectrograms (line 50) Xbkg(:,:,:,ind) = filterBank * spec;
Hi Barb, There are two problems: 1) Since you asked for 100 bands in the auditory filter ban, the hard-coded FFT length (512) ...

6 years ago | 0

Answered
Error using speech2text
Hi Akshatha, I am trying to get to the bottom of this. Can you please let me know what you get qwith the following: 1) which ...

6 years ago | 0

Answered
Get the first file in each folder
Hi Safwana, If you are only interested in one file from each subfolder, then you can do this: ads_small = splitEachLabel(ads...

6 years ago | 0

| accepted

Answered
Helper Feature Vector2 Sequence
Hi Moomal, This function is not on path by default. I believe it is used in a featured example in Audio Toolbox. to get acce...

6 years ago | 0

Answered
How to extract specific MFCC from .wav files?
Hi Ibrahim, Here you go: setExtractorParams(aFE,"mfcc","NumCoeffs",11)

6 years ago | 0

| accepted

Answered
Issue loading audio files from "fileDatastore" to a matrix
you need to solve both issues 1) and 2) highighted in my first response. I suspect you need to fix this line: C_data(:,k)=...

6 years ago | 0

| accepted

Answered
Issue loading audio files from "fileDatastore" to a matrix
Hi Ibrahim, 1) It looks like you are writing the return output of reasd into a matrix. It might be that some of the audio fil...

6 years ago | 0

Answered
TrainNetwork 4 dimension error
Hi Yaspy, The problem is in the dimensions of your validation data: P_Val_mix0,maskValidate They're not 4D

6 years ago | 0

Answered
Deep Learning Speech Recognition Example, Problem with designAuditoryFilterBank
Hi Katarina, Here is the R2019a version of the example: https://www.mathworks.com/help/releases/R2019a/audio/examples/Speech...

6 years ago | 0

Answered
Simulink - LMS Filter Datatype Clash
Hi Joshua, Make sure the step size input is single-precision as well.

6 years ago | 0

Answered
Using spectralFlux to plot Flux of a vector
Sarah, Which MATLAB release are you working from? This function was introduced to audio Toolbox in R2019a.

6 years ago | 1

| accepted

Answered
Where is WashingMachine-16-8-mono-1000secs.wav
Hi John, That file started shipping with Audio Toolbox in R2019a.

6 years ago | 1

Answered
How to record audio continuously, and have access to last x seconds of data??
Jack, you should get to what you want with audioDeviceReader and dsp.AsyncBuffer % Create an audio device reader and set i...

6 years ago | 1

Answered
how to create the training data?
Nana, Take a look at the 'Speaker Identification Using Pitch and MFCC' example in Audio Toolbox. You can probably do something ...

6 years ago | 0

Answered
How do I search for images in a user-inputted directory with user-inputted file extensions?
Take a look at imageDatastore https://www.mathworks.com/help/matlab/ref/matlab.io.datastore.imagedatastore.html?s_tid=srchtitle...

6 years ago | 0

Answered
What features to extract from wavelet transform for acoustic scene classification.
Hi Khandakar, This example in Audio Toolbox might be of interst to you: https://www.mathworks.com/help/audio/examples/aco...

6 years ago | 1

| accepted

Load more