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 f323528Copy full SHA for f323528
include/cubeb/cubeb.h
@@ -32,6 +32,11 @@ 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
+ Visual Studio will also work on Windows, just add the above libraries.
37
+
38
+ On Linux: "g++ example.c -lcubeb"
39
40
@code
41
#include "cubeb/cubeb.h"
42
#include "stdio.h"
0 commit comments