mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Whitespace.
This commit is contained in:
@@ -62,6 +62,7 @@ int main()
|
|||||||
printf("Failed to initialize capture device.\n");
|
printf("Failed to initialize capture device.\n");
|
||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
mal_device_start(&captureDevice);
|
mal_device_start(&captureDevice);
|
||||||
|
|
||||||
printf("Press Enter to stop recording...\n");
|
printf("Press Enter to stop recording...\n");
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ int main(int argc, char** argv)
|
|||||||
drwav_uninit(&wav);
|
drwav_uninit(&wav);
|
||||||
return -4;
|
return -4;
|
||||||
}
|
}
|
||||||
|
|
||||||
mal_device_start(&device);
|
mal_device_start(&device);
|
||||||
|
|
||||||
printf("Press Enter to quit...");
|
printf("Press Enter to quit...");
|
||||||
|
|||||||
Reference in New Issue
Block a user