Skip to content
Snippets Groups Projects
Commit 77c89da1 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Clear uncork stream at the init of the stream

parent a05c8d61
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ AudioStream::stream_state_callback( pa_stream* s, void* user_data UNUSED )
case PA_STREAM_READY:
_debug("Stream successfully created, connected to %s\n", pa_stream_get_device_name( s ));
pa_stream_cork( s, 0, NULL, NULL);
// pa_stream_cork( s, 0, NULL, NULL);
break;
case PA_STREAM_UNCONNECTED:
_debug("Stream unconnected\n");
......
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