Adding echo and flanger

조회 수: 9 (최근 30일)
Maitha Ahmad
Maitha Ahmad 2020년 5월 2일
답변: Ajay Pattassery 2020년 5월 5일
through the online version of MATLAB i tryed to run the following code but there are errors
how can i solve it ?
load handel.mat
filename = 'handel.wav'
audiowrite(filename,y,Fs);
duration = 30; % in seconds
audioDelayEffectsExampleApp('echo',duration);
duration = 30; % in seconds
audioDelayEffectsExampleApp('chorus',duration);
duration = 30; % in seconds
audioDelayEffectsExampleApp('flanger',duration);
open_system('audiodelaybasedeffects')
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2020년 5월 3일
Maitha - what are the errors? There are some MATLAB Online limitations that might be related to the audio functions that you are trying to execute.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ajay Pattassery
Ajay Pattassery 2020년 5월 5일
I mostly guess the following would have been the error.
Error using audioDeviceWriter/validatePropertiesImpl
No audio output device detected
Error in audioDeviceWriter/play
The app audioDelayEffectsExampleApp uses audioDeviceWriter to play the sound to the sound card. It belongs to Audio Toolbox and currently it is not supported in MATLAB Online.
I suggest you using a normal installed MATLAB version.Refer the following site for Installing MATLAB if you already not.

카테고리

Help CenterFile Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by