Search
 
SCRIPT & CODE EXAMPLE
 

CPP

play sound opencv video c++

#include "windows.h"
#include "mmsystem.h"

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

PREVIOUS NEXT
Code Example
Cpp :: ex:Roblox 
Cpp :: beecrowd problem 1004 solution 
Cpp :: Initialize Vector Iterator with begin() function 
Cpp :: auto keyword 
Cpp :: unreal ensureMsgf example 
Cpp :: c++ hsl to rgb integer 
Cpp :: how to delay text in c++ console app 
Cpp :: c++ language 
Cpp :: sort in descending order c++ 
Cpp :: thread group c++ 
Cpp :: Chef and IPC Certificates codechef solution in c++ 
Cpp :: calculate number of edges of graph in data structure c++ 
Cpp :: c++ n in regex 
Cpp :: qt widget list set selected 
Cpp :: kruskal algorithm in c++ 
Cpp :: patterns in c++ 
Cpp :: c++ compile to msi 
Cpp :: inverse lerp c++ 
Cpp :: c++ string to vector int 
Cpp :: Determine if map contains a value for a key c++ 
Cpp :: c++ permutation 
Cpp :: equal elements in two arrays in c++ 
Cpp :: c++ function with parameters 
Cpp :: how to shorten code using using c++ in class with typename 
C :: calculate distance between 2 points X Y axis 
C :: how to use gets after scanf 
C :: execution time of c program 
C :: font awsome circle info icon 
C :: factorial in c using recursion 
C :: console log observable data 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =