projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22cc42
)
tests/src/io/test-source_sndfile.c: test downsampling
author
Paul Brossier
<piem@piem.org>
Mon, 16 Jul 2012 19:37:24 +0000
(13:37 -0600)
committer
Paul Brossier
<piem@piem.org>
Mon, 16 Jul 2012 19:37:24 +0000
(13:37 -0600)
tests/src/io/test-source_sndfile.c
patch
|
blob
|
history
diff --git
a/tests/src/io/test-source_sndfile.c
b/tests/src/io/test-source_sndfile.c
index
fa8179e
..
74da2c9
100644
(file)
--- a/
tests/src/io/test-source_sndfile.c
+++ b/
tests/src/io/test-source_sndfile.c
@@
-7,7
+7,7
@@
char_t *path = "/home/piem/archives/samples/loops/drum_Chocolate_Milk_-_Ation_Sp
int main(){
int err = 0;
#ifdef HAVE_SNDFILE
- uint_t samplerate =
192
000;
+ uint_t samplerate =
8
000;
uint_t hop_size = 512;
uint_t read = hop_size;
fvec_t *vec = new_fvec(hop_size);