Commit 72999af2 authored by Rafaël Carré's avatar Rafaël Carré

opensles: uncomment debug message

parent 4a8ecc38
...@@ -168,8 +168,8 @@ static int TimeGet(audio_output_t* aout, mtime_t* restrict drift) ...@@ -168,8 +168,8 @@ static int TimeGet(audio_output_t* aout, mtime_t* restrict drift)
*drift = (CLOCK_FREQ * OPENSLES_BUFLEN * st.count / 1000) *drift = (CLOCK_FREQ * OPENSLES_BUFLEN * st.count / 1000)
+ sys->samples * CLOCK_FREQ / sys->rate; + sys->samples * CLOCK_FREQ / sys->rate;
/* msg_Dbg(aout, "latency %"PRId64" ms, %d/%d buffers", *drift / 1000, msg_Dbg(aout, "latency %"PRId64" ms, %d/%d buffers", *drift / 1000,
(int)st.count, OPENSLES_BUFFERS); */ (int)st.count, OPENSLES_BUFFERS);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment