LL
LL
wav');
sound(y,Fs);
plot(y);
try
% Load the audio signal
[signal, Fs] = audioread('C:\Users\hp\Desktop\ramy\sunday.wav');
% Define the start and end indices of the segment you want to keep
start_index = 1; % Start from the beginning
end_index = floor(length(signal)/2); % End at half of the signal length