We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecddc8 commit f6d1567Copy full SHA for f6d1567
include/cubeb/cubeb.h
@@ -32,6 +32,9 @@ extern "C" {
32
If you receive "Could not open the stream", you likely do not have a
33
microphone. In that case, change PIPE_INPUT_TO_OUTPUT from true to false.
34
35
+ On Windows: "g++ example.c -lcubeb -lavrt -luuid -lksuser -lole32 -lwinmm"
36
+ On Linux: "g++ example.c -lcubeb"
37
+
38
@code
39
#include "cubeb/cubeb.h"
40
#include "stdio.h"
0 commit comments