step2.m
Go to the documentation of this file.
1 function step2(arg)
2 
3 [x,fs,bits] = wavread(arg);
4 %x = resample(x,44100,fs);
5 y = extractInstrumental(x,hamming(2025),4096,'baby.txt');
6 wavwrite(y,44100,'instrumental.wav');
y
Definition: step2.m:5
static int resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx)
wavwrite(y, 44100,'instrumental.wav')
const char * arg
function fs
Definition: step2.m:3
function step2(arg)[x
x
Definition: step2.m:4