aboutsummaryrefslogtreecommitdiff
path: root/libspeexdsp/testresample.c
diff options
context:
space:
mode:
Diffstat (limited to 'libspeexdsp/testresample.c')
-rw-r--r--libspeexdsp/testresample.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libspeexdsp/testresample.c b/libspeexdsp/testresample.c
index 1681e52..7ed8667 100644
--- a/libspeexdsp/testresample.c
+++ b/libspeexdsp/testresample.c
@@ -1,5 +1,5 @@
/* Copyright (C) 2007 Jean-Marc Valin
-
+
File: testresample.c
Testing the resampling code
@@ -51,7 +51,7 @@ int main()
SpeexResamplerState *st = speex_resampler_init(1, 8000, 12000, 10, NULL);
speex_resampler_set_rate(st, 96000, 44100);
speex_resampler_skip_zeros(st);
-
+
in = malloc(NN*sizeof(short));
out = malloc(2*NN*sizeof(short));
fin = malloc(NN*sizeof(float));