What does it mean? Where is the problem? It appears when I’m closing my application. Of course I call dispose etc. It happens not always, but only sometimes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
waveOutWrite is a windows API which NAudio is calling and WaveHeaderUnprepared is one of the error codes it can return. Possibly your WAV playback has not quite finished before you close your application. Which callback model are you using?