Skip to content
Snippets Groups Projects
Commit 26bb88fa authored by CARNEIRO--GILLET Alexandre's avatar CARNEIRO--GILLET Alexandre
Browse files

add compte rendu

parent 43522f2d
No related branches found
No related tags found
No related merge requests found
File added
...@@ -4,9 +4,9 @@ instrument = "piano_chord"; ...@@ -4,9 +4,9 @@ instrument = "piano_chord";
[x,fe] = audioread(audio_path + instrument +".wav"); [x,fe] = audioread(audio_path + instrument +".wav");
y = effet_delay(x, 0.25, 0.9, fe); % y = effet_delay(x, 0.25, 0.5, fe);
% y = effet_delay_filtre(x, 0.25, 0.9, 10, fe); y = effet_delay_filtre(x, 0.25, 0.5, 10, fe);
soundsc(y,fe); soundsc(y,fe);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment