已回答
How to fix the error: "Expected Input to be a scalar" when using LMS Update block in Simulink from Matlab Documentation Example
Hi Yurii, I suspect the issue is that the LMS Update block requires scalar inputs, and the From Multimedia block output is ...

4 years 前 | 0

| 已接受

已回答
How do I cascade biquad filters (dsp.BiquadFilter)?
Hi Patrick, You can use dsp.FilterCascade to cascade dsp.BiquadFilter objects

4 years 前 | 0

| 已接受

已回答
pCompiledNumChannels error in audio plugin generation
Hi Pablo, The corssover filter object is complaining that the number of channels is unknown. This is because the code generat...

4 years 前 | 0

| 已接受

已回答
Audio Synthesis by Generative Adversarial Network (GAN)
Hi Hina, Please check this exaample: Train Generative Adversarial Network (GAN) for Sound Synthesis https://www.mathworks.c...

4 years 前 | 0

已回答
Randomise phase when using dsp.STFT / ISTFT real time?
Hi Angeliki, I think you need to invert the order here: [N,L] size(X); With the STFT object, the second dimension is the n...

4 years 前 | 0

| 已接受

已回答
Load .mat file within an audioPluginClass?
Sorry Angeliki, my answer miht have been a little confusing. If the values are constant, I would consider coder.load. You would ...

4 years 前 | 0

| 已接受

已回答
How to stop an audioDeviceReader recording
You can release the object to stop it. release(myMic)

4 years 前 | 1

| 已接受

已回答
Real-Time Audio Project Advice
Hi Andrew, Audio Toolbox is indeed the product to use for real-time audio applications. At a high level, in addition to the a...

4 years 前 | 0

已回答
LSTM error with number of X and Y observations
Hi Daniel, Please refer to the help of trainNetwork for info on correct input sizes for sequences. The inputs must be cell arr...

4 years 前 | 1

| 已接受

已回答
Why does the spectralCentroid function in MATLAB produce such different frequency ranges from the Python Librosa equivalent function?
Hi Yixuan, I took a look at the librosa code. As Luuk mentions, it is a matter of different defaults. 1) spectralCentroid uses...

4 years 前 | 0

| 已接受

已回答
concatenate audio files in simulink
Hi Katarina, Use two 'From Multimedia File' blocks to read the wav files. https://www.mathworks.com/help/dsp/ref/frommultim...

4 years 前 | 1

| 已接受

已回答
MFCC extraction of an audio file
Mudit, Check out the mfcc function in Audio Toolbox. https://www.mathworks.com/help/audio/ref/mfcc.html [audioIn,fs] = audior...

4 years 前 | 1

已回答
Using audiowrite function for large array (out of memory)
Terence, Consider using dsp.AudioFileWriter and dsp.AudioFileReader in DSP System Toolbox. This functionlaity is built to read...

4 years 前 | 0

已回答
what algorithm is used in the audio labeler app?
Hi Uri, The 'speech detector' automatic labeling is based on the function detectSpeech, which is documented in Audio Toolbox:...

4 years 前 | 0

| 已接受

已解决


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

4 years 前

已回答
Problem in adjust sound from text2speech
Audio Toolbox supports calling into popular 3rd-party APIs for speech synthesis: https://www.mathworks.com/matlabcentral/fileex...

4 years 前 | 0

已回答
need matlab code for speech to text from audio
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

4 years 前 | 0

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

4 years 前 | 0

已回答
I want a souce code for speech to text.
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

4 years 前 | 0

已回答
Can we use the Microsoft Speech API's speech to text functionality in MATLAB?
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis: https://www.mathworks.com/ma...

4 years 前 | 0

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

4 years 前 | 0

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

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

加载更多