// This example simply captures data from your default microphone until you press Enter. The output is saved to the file specified on the command line.
/* This example simply captures data from your default microphone until you press Enter. The output is saved to the file specified on the command line. */
@@ -136,16 +143,15 @@ int main(int argc, char** argv)
}
/* Create only a single device. The decoders will be mixed together in the callback. In this example the data format needs to be the same as the decoders. */