Skip to content
Snippets Groups Projects
Commit 9174012a authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

decrease playback latency ( around 70000 μs)

parent 69fcbf9a
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ AudioStream::createStream( pa_context* c )
if( _streamType == PLAYBACK_STREAM ){
attributes->maxlength = 66500;
attributes->tlength = 44100;
attributes->tlength = 10000;
attributes->prebuf = 10000;
attributes->minreq = 940;
pa_stream_connect_playback( s , NULL , attributes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment