Tagged Questions
2
votes
4answers
2k views
waveOut (Win32API) and multithreading
I cannot find any information about the thread-safety of the waveOut API.
After i creating new waveOut handle, i have those threads:
Thread 1: Buffers handling. Uses those API functions:
...
0
votes
1answer
64 views
Threading dilemma, atleast i think it is
I am trying to output audio samples, and do so with cswavplay from http://www.codeproject.com/KB/audio-video/cswavplay.aspx which in turn seem to use DllImports from winmm.dll.
I did get it to play ...
0
votes
3answers
683 views
What is the latency (or delay) time for callbacks from the waveOutWrite API method?
I'm having a debate with some developers on another forum about accurately generating MIDI events (Note On messages and so forth). The human ear is pretty sensitive to slight timing inaccuracies, and ...