summaryrefslogtreecommitdiff
path: root/src/music2light.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/music2light.c')
-rw-r--r--src/music2light.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music2light.c b/src/music2light.c
index b82525b..7d29b56 100644
--- a/src/music2light.c
+++ b/src/music2light.c
@@ -57,7 +57,7 @@ void my_process(float *data, size_t nsamples, size_t nchan) {
//FIXME : rate should came from PulseAudio
sound_level=compute_level(data, nsamples, 44100);
-// printf("sound_level==%f\n", sound_level);
+// printf("sound_level==%+8f nsamples==%8i\n", sound_level, nsamples);
// Update sound vumeter value (refreshed asynchronously)
*audio_vumeter_val=(int)sound_level;