Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I get the message "Unknown wave header in file" when using flac files in combination with ISoundStopEventReceiver. The sound plays, but I still get the message. I tried using short paths and UTF8 encoding. I also tried silencing std::cout, std::cerr, stdout and stderr, nothing helped. The message breaks all of my defense lines. I use Windows 10. |
||||
|
Try specifying ESEO_PRINT_DEBUG_INFO_TO_DEBUGGER or don't specify ESEO_PRINT_DEBUG_INFO_TO_STDOUT (which is in the default settings) in when calling createIrrKlangDevice. |
||||
|
Thank you, don't specify ESEO_PRINT_DEBUG_INFO_TO_STDOUT helped.
|
|