Error with audiowrite R2020b
Afficher commentaires plus anciens
[y,Fs]=audioread(InFilename);
%Downsample
fprintf('\n The downsampled sound \n')
x = y(1 :2 : length(y));
fs2 = Fs/2 ;
% sound(x,fs2);
%Save the result as down.wav
audiowrite(x, fs2, 'down.wav');
1 commentaire
Babacar Dieng
le 26 Sep 2021
Réponses (1)
Babacar Dieng
le 26 Sep 2021
0 votes
Catégories
En savoir plus sur Financial Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!