What C libraries do I need to play a wav file on a Win32 system?
And what code do these libraries use?
Use the Win32 API: PlaySound
Include library: Winmm.libTitle includes: Mmsystem.h(enable Windows.h)Example:
Winmm.lib
Mmsystem.h
Windows.h
PlaySound(TEXT("recycle.wav"), NULL, SND_FILENAME);
Source: https://habr.com/ru/post/1766109/More articles:ActiveRecord touch (: column) always also updates: updated_at - ruby-on-railsWhat is the proper use of 'align' vs 'text-align' - alignmentStatistical storage in Python - pythonPython average tabular data - pythonHow do you access sessions and cookies from a REM Gem or lib? - ruby ââ| fooobar.comScalable API server using Restlet? - javaJSON vs XML Benchmarks? (C #) - jsonCan I recolor an image using JavaScript? - javascriptHow to use SetHITTypeNotification in Amazon Mechanical Turk using the Perl SDK? - perlHow to enable html embed video safely on site? - securityAll Articles