FFmpeg
|
Go to the source code of this file.
Functions | |
function | final_mix_heavy (arg1, arg2) x |
if (length(x) > length(y)) x | |
if | max (w)>1 w=0.9 *w/max(w) |
end | wavwrite (w, 44100,'MIX_heavy.wav') |
Variables | |
y = wavread(arg2) | |
x = x/max(x) | |
end | |
w =2.5*x+y | |
Function Documentation
function final_mix_heavy | ( | arg1 | , |
arg2 | |||
) |
Variable Documentation
end |
Definition at line 13 of file final_mix_heavy.m.
Definition at line 14 of file final_mix_heavy.m.
x = x/max(x) |
Definition at line 6 of file final_mix_heavy.m.
else y = wavread(arg2) |
Definition at line 4 of file final_mix_heavy.m.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11