Horje
play sound opencv video c++ Code Example
play sound opencv video c++
#include "windows.h"
#include "mmsystem.h"

void play()
{
    PlaySound(TEXT("sound.wav"), NULL, SND_FILENAME); // plays sound.wav once
}




Cpp

Related
how to change string to lowercase and uperCase in c++ Code Example how to change string to lowercase and uperCase in c++ Code Example
google test assert exception Code Example google test assert exception Code Example
phi function Code Example phi function Code Example
c++ execute thread and forget Code Example c++ execute thread and forget Code Example
nike Code Example nike Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9