summaryrefslogtreecommitdiff
path: root/tests/test5/capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test5/capture.c')
-rw-r--r--tests/test5/capture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test5/capture.c b/tests/test5/capture.c
index 00d9c54..26d345c 100644
--- a/tests/test5/capture.c
+++ b/tests/test5/capture.c
@@ -195,8 +195,6 @@ void stream_read_callback(pa_stream *s, size_t nbytes, void *userdata) {
//printf("debug : before call capture_sound_level_cb==%p\n", capture_sound_level_cb);
my_process((float *)p,nbytes/sizeof(float), pa_stream_get_sample_spec(s)->channels);
-// (*capture_sound_level_cb)(compute_level(p,nbytes), NULL);
-
//printf("debug : after call capture_sound_level_cb==%p\n", capture_sound_level_cb);
pa_stream_drop(s);