Azzera filtri
Azzera filtri

Unable to export recorded audio as wav file

1 visualizzazione (ultimi 30 giorni)
Prem Harshe
Prem Harshe il 21 Mag 2020
Risposto: Sai Sri Pathuri il 26 Mag 2020
I got the code for virtual piano from https://www.mathworks.com/matlabcentral/fileexchange/21262-matlab-piano. but the output function is not working . please help.
% --- Executes on button press in OutToWav.
function OutToWav_Callback(hObject, eventdata, handles)
% hObject handle to OutToWav (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
SoundVector = handles.SoundVector;
SampleRate = handles.SampleRate;
if SoundVector == 0
return;
else
Filename = get(handles.Filename, 'String');
wavwrite(SoundVector, 1/SampleRate, 32, Filename);
end

Risposte (1)

Sai Sri Pathuri
Sai Sri Pathuri il 26 Mag 2020
Matlab Piano is one of the several submissions in MATLAB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement. Feel free to contact the author of this submission directly for specific questions about the implementation

Categorie

Scopri di più su Just for fun in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by